This repository exhibits a front-end for a flashcard application. The back-end is simulated in memory and no changes made to the data are saved.
Users can Create new flashcard decks, view, edit, and delete existing decks, add cards to decks, and study decks.
- Run
npm install. - Run
npm start.