A local school has decided to put together a flashcard application, Flashcard-o-matic, to help their students study online. Teachers will use this application to create decks of flashcards for the subjects they teach, and students will study the decks. The school needs you to build the application that the students and teachers will use.
In the app, there are Decks, which are composed of cards. You can add a new Deck or Delete some of them.
If you want to study a Deck, you can view the cards inside the deck and after seeing the question, you can flip the cards to the see the answer. You can also delete, edit cards, or add new ones.
In the project directory, you can run:
To install all dependencies.
Note: this command will start two servers concurrently
Launches the test runner in the interactive watch mode.\