Welcome to Quiz React Redux — a simple yet educational quiz app about animals.
This project is a website built to solve the Roadmap.sh Quiz App Challenge.
- Fun and educational quizzes about animals
- You have 10 seconds maximum to answer every question
- if you answer it right, you could get 10 + points
- if your answer is not right, then it's fine no penalty
Follow these steps to run the project locally:
- Clone the repository
git clone https://github.com/ahmadhilmandani/quiz-react-redux.git- Install dependencies
npm install- Run it!
npm run dev