Skip to content

rodrigosetti/leitner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leitner

Web application that implements the Leitner system for flashcards.

Dependencies

  • Haskell and Sqlite3

Setup

  1. Create the database:
sqlite3 questions.db < schema.sql
  1. Populate the questions in the schema:
sqlite3 questions.db
sqlite> insert into questions values (...);
  1. Start the webserver and open the browser
cabal run

About

Leitner system app for flashcards learning

Topics

Resources

Stars

Watchers

Forks