During this challenge, you will be implementing a simple flashcards application where the user can test their general knowledge. For this challenge, some features of the application, and all stylying has been implmented for you. You should expect to complete the missing pieces of this application and work on making it functional. If you have any questions feal free to ask your interviewrs and we will do our best to answer you. Throughout the course of this challenge, you are also allowed to reference the internet (but not any LLMs) to help you! This README file describes some of the required features we are looking for, but don't be worried if you don't complete all of them. Feel free to also add any additional features you like. Best of luck!
The following required functionality is completed:
- [] The user can enter their guess in a box before seeing the flipside of the card
- [] Clicking on a submit button shows visual feedback about whether the answer was correct or incorrect
- [] A back button is displayed on the card and can be used to return to the previous card
- [] A next button is displayed on the card and can be used to navigate to the next card
- [] Cards are selected in a random order, and the order is not the same every time
List any additional features are implemented:
Here's a walkthrough of the expected result:
