A glorified todo-list. Create spaced learning cards for your tasks!
- Create spaced learning cards for upto 4 days
- UI/UX revamp
- Desktop and mobile notifications
Prerequisites:
- Node.js
- PostgreSQL
-
Run client locally:
cd client npm install npm start
-
Run server locally:
cd server npm install npm start
-
Set up postgres database:
cd server/scripts chmod 700 reset-database.sh ./reset-database.sh