Frontend Quiz App

This is a fun quiz app using the React library, a very useful project for beginners. I recommend that everyone try this project on their own. If you have trouble doing it, you can see my solution. 🎉

Acknowledgements

Authors

Appendix

I will be uploading this project in full on youtube in its fully completed state. This is my youtube channel and other social links.

Demo

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Full Responsive

Screenshots

App Screenshot

App Screenshot

Run Locally

Clone the project

  git clone https://github.com/AkhrorSoliev/frontend-quiz-app

Go to the project directory

  cd frontend-quiz-app

Install dependencies

  npm install

Start the server

  npm run dev