Skip to content

sarahhachouche1/CsharpQuiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Quiz Application

A quiz application built with React using Context API for the front-end and .NET for the back-end.

Installation

  1. Clone the repository

  2. Install dependencies for the front-end:

npm install

  1. Install dependencies for the back-end:

dotnet restore

4.Start the application:

dotnet run

  1. Access the application at http://localhost:3000 in your web browser.

Usage

  1. Sign up or log in to access the quiz.

  2. Answer the quiz questions by selecting the correct option.

  3. Receive instant feedback on your answers.

  4. Track your progress and see your final score.

Technologies Used

  • Front-end: React with Context API
  • Back-end: .NET

Features

  • User authentication and authorization
  • Randomized quiz questions
  • Instant feedback on answers
  • Progress tracking and final score display

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published