Skip to content

gh-aam/flashcards-app

Repository files navigation

Flash Cards

It's a flash card app with pre-defined questions and answers that users can flip through to test their knowledge.

Project Page URL

https://roadmap.sh/projects/flash-cards

Project Requirements

  • 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

Technologies Used

  • React
  • Tailwind CSS

How to Run?

  • 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