https://github.com/medendale/quiz-app
This simple QuizApp is a free and open-source quiz application that lets you play fully customized quizzes.
https://github.com/medendale/quiz-app
css html material-ui react-router react-router-dom reactjs trivia-quiz-game
Last synced: 2 months ago
JSON representation
This simple QuizApp is a free and open-source quiz application that lets you play fully customized quizzes.
- Host: GitHub
- URL: https://github.com/medendale/quiz-app
- Owner: medendale
- Created: 2022-02-06T01:24:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T02:14:50.000Z (over 4 years ago)
- Last Synced: 2025-10-19T22:14:54.133Z (8 months ago)
- Topics: css, html, material-ui, react-router, react-router-dom, reactjs, trivia-quiz-game
- Language: JavaScript
- Homepage:
- Size: 7.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This simple QuizApp is a free and open-source quiz application that lets you play fully customized quizzes.


## Built with
- [React](http://reactjs.org)
- [material-ui](https://mui.com/)
- [Open Trivia Database API](https://opentdb.com/api_config.php)
## Development
To get a local copy of the code, clone it using git:
```
git clone https://github.com/medendale/Quiz-APP.git
cd quiz-app
```
Install dependencies:
```
npm install
```
Now, you can start a local web server by running:
```
npm start
```
And then open http://localhost:3000 to view it in the browser.
#### Available Scripts
In this project, you can run the following scripts:
| Script | Description |
| ------------- | ----------------------------------------------------------------------- |
| npm start | Runs the app in the development mode. |
| npm test | Launches the test runner in the interactive watch mode. |
| npm run build | Builds the app for production to the `build` folder. |
| npm run eject | This command will remove the single build dependency from your project. |
## Credits