Skip to content

prudok/coriz

Repository files navigation

Coriz

Introduction

What is a quiz app?

You create a quiz and give it a name. Then you can add questions and their answers to the quiz. When you're done you can take the quiz in normal or random order. You can also share the quiz with others. This is very useful for learning languages or other school subjects!

Coriz allows you to add, change and memorize new words with the help of quiz cards!

Features

  • Add your word by clicking the '+' button in the dictionary menu
  • Enter new word and concept
  • Use 'Translate' button to translate the word into Russian
  • Change a word or concept by holding down it
  • Star your word to learn in the quiz menu
  • Use double click to see the concept of the word
  • Hold down quiz card to confirm that you learned that word

Used packages

Overview

Dark Theme

Quiz menu Dictionary menu New Quizzes Learned Quizzes Edit View

Demonstration

first_overview.webm

Light Theme

Quiz menu Dictionary menu New Quizzes Learned Quizzes Edit View

Other Screens

Settings Menu Terms Of Use

Installation

  1. Install Flutter SDK on your computer.
  2. Clone this repository using the command:
   git clone https://github.com/rel1nce/university_io.git
  1. Navigate to the project folder:
   cd university_io
  1. Run the application:
   flutter run

Contributing to the Project

If you want to contribute to the development of this project, follow these steps:

  1. Fork this repository.
  2. Create your own development branch:
   git checkout -b your-branch
  1. Make the necessary code changes.
  2. Check your changes:
   flutter analyze