Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 900 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 900 Bytes

flashcards

Dependencies

  • npm

If you have npm installed I think you can get away with just running

npm install

In any case, I have used Next.js with a JSON server.

Initialise DB

Move this file into the data folder

Run

Spin up the "database" API with

npm run server

and the client with

npm run client

What's this anyway?

I wanted to try out flashcards to help me study, but wasn't satisfied with the OG paper stuff. After checking out a couple of web options I figured they were all bloated. Therefore I created the tiniest flashcards web-app I could imagine 😄

TODO:

  • Delete cards

  • Delete categories

  • Delete topics

  • Edit cards

  • Edit categories

  • Edit topics

  • Add another page for instructions? Perhaps make this an "oracle site" where you can delete/edit stuff as well.