Skip to content

The "React Quiz App" is a quiz application developed with React, allowing users to answer a series of questions and receive scores based on their responses. It's built with React and utilizes json-server for a mock REST API during development.

Notifications You must be signed in to change notification settings

Mahmoud-AbouDeghedy/react-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Quiz App

This is a quiz application built with React. The application presents users with a series of questions and options, and scores them based on their responses.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Node.js and npm installed on your machine. This project was built using Node.js version 14.17.0 and npm version 6.14.13.

Installing

  1. Clone the repository git clone https://github.com/Mahmoud-AbouDeghedy/react-quiz.git

  2. Navigate into the project directory cd react-quiz

  3. Install the dependencies npm install

  4. Start the application npm start

The application will start on http://localhost:3000.

Running the tests

To run the tests, use the following command: npm test

Deployment

To create a production version of the application, use the following command: npm run build

This will create a build folder that contains the production-ready code.

Built With

  • React - The web framework used
  • json-server - Used to provide a mock REST API for development

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

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

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

The "React Quiz App" is a quiz application developed with React, allowing users to answer a series of questions and receive scores based on their responses. It's built with React and utilizes json-server for a mock REST API during development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published