Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muskanmi/quiz-app-react
A basic application for providing quizzes created using ReactJS and React Hooks.
https://github.com/muskanmi/quiz-app-react
css3 html5 javascript json-api json-data material-ui quiz-app quizapp react-hooks react-props reactjs reactjs-components styled-components usestate-hook
Last synced: 1 day ago
JSON representation
A basic application for providing quizzes created using ReactJS and React Hooks.
- Host: GitHub
- URL: https://github.com/muskanmi/quiz-app-react
- Owner: muskanmi
- Created: 2023-03-01T07:53:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-17T15:36:02.000Z (over 1 year ago)
- Last Synced: 2023-07-31T23:25:15.792Z (over 1 year ago)
- Topics: css3, html5, javascript, json-api, json-data, material-ui, quiz-app, quizapp, react-hooks, react-props, reactjs, reactjs-components, styled-components, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz Application
A basic application for providing quizzes created using ReactJS and React Hooks.
![Preview](./preview.png)
## Requirements:
* React Version: **18.2.0**
* Node Version: **18.14.1**
* NPM Version: **9.5.0**## Instructions:
1. Get the source code on your pc via git.
```shell
git clone https://github.com/muskanmi/quiz-app-react
```2. Navigate inside the folder through your terminal.
```shell
cd quiz-app-react
```3. Now, install the required dependencies by running the following command:
```shell
npm install
```4. Finally, start the application by running:
```shell
npm start
```5. Voila! the application is ready for use. You can access it at [http://localhost:3000](http://localhost:3000).