This is a basic quiz application developed using React. It allows users to take a short quiz.
- Visit the Quizzo website on https://quizzo-ten.vercel.app
- Start the quiz by clicking the "Play a Quiz" button.
- Answer each question by selecting one of the four options.
- Proceed to the next question using the "Proceed" button.
- After answering the final question, click "Submit" to view your score.
- The main app components are organized in the "src" folder.
- "App.tsx" contains the main application logic.
- "Pages/quiz.tsx" stores the quiz questions and answers.
- Clone this repository to your local machine.
- Run the following commands to start the application:
npm install
npm run dev
- React Js
- Typescript
- Javascript
- HTML
- CSS
- Pranav Rajeevan @Tom-mouse-p
GitHub Repository: https://github.com/Tom-Mouse-p/quizapp
Hosted Application: https://quizzo-ten.vercel.app
Feel free to reach out if you have any questions or feedback.