This repository contains the source code for a dynamic and engaging quiz application. The Quizz App allows users to test their knowledge across various topics in an interactive and fun way. Built with modern web technologies, this app is designed to provide an enjoyable user experience.
- Multiple Topics: Offers quizzes on various subjects.
- Interactive Interface: User-friendly design with responsive elements.
- Real-time Feedback: Provides instant feedback on quiz answers.
index.html: The main HTML file that structures the quiz app.README.md: This file, providing information about the project.eslint.config.js: Configuration for linting JavaScript code.vite.config.js: Configuration for Vite, the build tool used in the project.src/: Contains the source code for the quiz app.Screenshot 2024-08-25 201949.png: Screenshot showing the app in action.
- Clone the repository:
git clone https://github.com/Hritickjha/Quizz-App.git
- Navigate to the project directory:
cd Quizz-App - Install dependencies:
npm install
- Run the app locally:
npm run dev
- Open the app in your browser:
http://localhost:3000
For any questions or feedback, feel free to contact me at hritickjha@example.com.