Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.04 KB

React Quiz App

This is a web application built with ReactJS that allows users to create their own quizzes and test their knowledge.

Usage

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.

Technologies Used

This application was built with the following technologies:

  • ReactJS
  • Material UI

Installation

To install and run the application locally, follow these steps:

  1. Clone the repository
  2. Run npm install to install dependencies
  3. Run npm start to start the development server
  4. Open http://localhost:3000 in your web browser

Credits

This application was developed by myself as a personal project.

License

This project is licensed under the MIT License - see the LICENSE file for details.