A quiz application built with React using Context API for the front-end and .NET for the back-end.
-
Clone the repository
-
Install dependencies for the front-end:
npm install
- Install dependencies for the back-end:
dotnet restore
4.Start the application:
dotnet run
- Access the application at
http://localhost:3000in your web browser.
-
Sign up or log in to access the quiz.
-
Answer the quiz questions by selecting the correct option.
-
Receive instant feedback on your answers.
-
Track your progress and see your final score.
- Front-end: React with Context API
- Back-end: .NET
- User authentication and authorization
- Randomized quiz questions
- Instant feedback on answers
- Progress tracking and final score display