Web based flashcard app with FSRS support.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Finalized some details to finish the MVP, also added readme.md and fixed Google auth which should be improved later, also deployed to Vercel.
Added study features, fixed most of the issues from the previous devlog and cleaned up some code
Majors function have been added. The project is now MVP.
Added deck specific settings dialog, allowing user to edit each deck's name, max reviews and new cards per day.
TODO: Enhance error handling.
Finish up create deck dialog, added form validation and removed the resubmit form dialog on refresh.
Added dialog form for creating a new deck. Took a long time because I couldn't figure out how to update the data after form submission(literally).
TODO:
- Remove the “confirm form resubmission?” dialog.
- Add form validation.
Configured basic database for storing decks and cards. Deck page has been added but haven't been configured to get cards data from the database.
TODO:
- Count amount of new, learning and reviewing cards from the database.
- Add create new deck page.
Created the landing page, navbar, menu bar. Basic authentication with Google oAuth has also been added.
nice work bro