Quiz application using React, React router and redux-toolkit.
Clone repository locally by running command
git clone https://github.com/akhtarvahid/quiz-app.git
Navigate to the app folder -> quiz-app
.asdf
cd quiz-app
Install dependencies
npm install
Start application
npm start