ZapRecall is a flashcard app developed using React.js. The main goal is to read an affirmation or sentence and remember the answer. The app will identify which sentences you had most difficult to remember and keep showing it until you choose the option 'zap!' that is for when you remember. Flashcards are a good way to train memory with Active Recall and Spaced Repetition.
You can check de demo version in the following link: zaprecall-react-chi.vercel.app
I build this app with the intention to develop something that is easy, simple, useful way to practice memory.
Next Features:
- Login/Logout
- Add new deck
- Add new Flashcard
-
Clone this repository
-
Install dependencies
npm i
- Run the application with
npm start
- You can optionally build the project running
npm run build
- Finally, access http://localhost:3000 on your favorite browser