Udacity Flash Cards is a quiz taking app in which we can create multiple decks of any topic and in each deck we can add questions which are called cards in the app. We can add a new deck and also can add new cards. We can start a quiz and after that we can alse restart the quiz as well.
To get Started
- Run by
yarn install
Command. - And then Start the server by
yarn start
Command.