This is a web application built with ReactJS that allows users to create their own quizzes and test their knowledge.
The application is deployed on https://react-quiz-myapp.netlify.app/.
To create your own quiz, simply click on the "Create Quiz" button on the home page and follow the instructions. Once you've created your quiz, you can take it and see your score and the correct answers at the end.
This application was built with the following technologies:
- ReactJS
- Material UI
To install and run the application locally, follow these steps:
- Clone the repository
- Run
npm install
to install dependencies - Run
npm start
to start the development server - Open
http://localhost:3000
in your web browser
This application was developed by myself as a personal project.
This project is licensed under the MIT License - see the LICENSE file for details.