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. 🎉
I will be uploading this project in full on youtube in its fully completed state. This is my youtube channel and other social links.
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Full Responsive
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