Quiz App is an interactive web application that allows users to take short quizzes on various topics. The app aims to provide a fun and engaging learning experience.
- Create custom quizzes with specific topics and questions.
- Instant results display after completing the quiz.
- Simple and user-friendly interface.
- Node.js
- npm (or yarn)
-
Clone the repository:
git clone https://github.com/mahm0udnasr/Quiz-App.git cd Quiz-App
-
Install dependencies:
npm install
-
Run the application:
npm start
-
Open your browser:
- Open your browser and go to
http://localhost:3000
to see the app running.
- Open your browser and go to
- For any inquiries or issues, feel free to open an Issue in the repository.