It's a flash card app with pre-defined questions and answers that users can flip through to test their knowledge.
https://roadmap.sh/projects/flash-cards
- Pre-defined flashcards with questions and answers
- Progress bar to show the user’s progress
- Ability to view flashcards one at a time and flip to reveal the answer
- Simple navigation to cycle through the flashcards
- React
- Tailwind CSS
- Clone the repository.
https://github.com/gh-aam/flashcards-app.git- Navigate to project directory.
cd flashcards-app- Install dependencies.
npm install- Start the development server.
npm run dev- Navigate to http://localhost:5173/ (or as indicated in your terminal) to view the app.