Home
Softono
cognita

cognita

Open source Dart
13
Stars
4
Forks
0
Issues
0
Watchers
7 years
Last Commit

About cognita

A flashcard system application written in Flutter

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

Cognita

Cognita is a flashcard system Flutter application. It implements the Leitner system for the training sessions, allowing the user to choose how many sessions a deck should go through. This is a university mobile development class' homework, so expect to see suboptimal code.

The application data are persisted using an embedded SQLite database.

Building

Clone the repository and run it with Flutter:

git clone https://github.com/feroldi/cognita.git
cd cognita
flutter run

Testing

Unfortunately, there aren't any tests written for Cognita. Feel free to submit a PR if you wish to contribute in any way.