marvelsQuiz is a fun quiz game for marvel fans, play to check if you are a marvel fan or not.
Give it a try today.
Categories
-
play in different category
- Avengers: Infinity War
- Doctor Strange
- Captain Marvel
For Developers
- localStorage to store selected theme
- sessionStorage to persist state on page refresh
- toast to improve user experience
Options
- four options for each question
Quit Quiz
- quit quiz anytime
Responsive
- the app is fully responsive
Share
- share your total score on Twitter
Themes
- toggle between dark/light theme
- clone the repository on your local machine with the command below in your terminal, and cd into the react-marvelsQuiz folder
git clone https://github.com/hsnice16/react-marvelsQuiz.git
cd react-marvelsQuiz
- install dependencies (if you are using yarn then do with that)
npm install
- start the server
npm start