Home
Softono

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

Need Help Installing Cognita?

We provide expert installation service for this software. Our team will install, configure, and secure Cognita on your server. plans start at just $30.

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.