Simple Quiz App that allows to take a quiz with your specific questions that you added.
- React JS
- Tailwind CSS
- JSON-Server
- Admin Panel - you can add your questions and delete it.
- Responsive design for mobile and desktop views.
- Finish Screen the app shows the total score.
- git clone https://github.com/hummxt/quiz-app.
- Open folder and write this command to the terminal "npm run dev".
- Write this code too for the activating mock API server "json-server --watch questions.json".
- If you want the use admin panel the username and password is "admin".