Skip to content

A glorified todo-list. Create spaced learning cards for your tasks!

Notifications You must be signed in to change notification settings

AkhilLV/SpaceLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

SpaceLearn

A glorified todo-list. Create spaced learning cards for your tasks!

Features:

  1. Create spaced learning cards for upto 4 days

Upcoming:

  1. UI/UX revamp
  2. Desktop and mobile notifications

How to run:

Prerequisites:

  • Node.js
  • PostgreSQL
  1. Run client locally:

    cd client
    npm install
    npm start
  2. Run server locally:

    cd server
    npm install
    npm start
  3. Set up postgres database:

    cd server/scripts
    chmod 700 reset-database.sh
    ./reset-database.sh

About

A glorified todo-list. Create spaced learning cards for your tasks!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published