/easy-decks

Primary LanguageTypeScriptMIT LicenseMIT

Easy Decks

This project aims at helping students memorize "cards" containing a question or information on one side and the answer on another. The application will show less and less frequently cards that are being answered correctly.

I didn't think through about the name, so I'll leave it like this for the joy of Kiwis.

Motivation

I wanted to build a card system study for Japanese kanji. After briefly exploring the options available I decided to build my custom solution.

Build status

WIP

Screenshots

WIP

Tech/framework used

Built with

Features

  • Import a CSV file containg the front / back of your cards
  • Automatically adjusted display frequency based on correct answers

Installation

yarn install
yarn dev

or

npm install
npm dev

DB initialization and seed

Needs PostgreSQL installed.

npx prisma migrate dev --name init

Tests

WIP

How to use?

WIP

Contribute

WIP

License

MIT © sickdyd