Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/berthutapea/react-quiz

React Quiz (Fullstack Open Source Quiz Application)
https://github.com/berthutapea/react-quiz

dayjs firebase firebase-auth framer-motion react react-icons react-vite reat-router-dom tailwind-css zustand

Last synced: about 20 hours ago
JSON representation

React Quiz (Fullstack Open Source Quiz Application)

Awesome Lists containing this project

README

        

REACT QUIZ



Fullstack open source quiz application


* [Configuration and Setup](#configuration-and-setup)
* [Key Features](#key-features)
* [Technologies used](#technologies-used)
* [📸 Screenshots](#screenshots)
* [Author](#author)
* [License](#license)

## Configuration and Setup

In order to run this project locally, simply fork and clone the repository or download as zip and unzip on your machine.

- Open the project in your prefered code editor.
- Go to terminal -> New terminal (If you are using VS code)

In the first terminal

```
$ cd react-quiz
$ npm install
$ npm run dev

```

```
# --- Config.env ---

VITE_API_KEY=your_api_key
VITE_AUTH_DOMAIN=your_auth_domain
VITE_PROJECT_ID=your_project_id
VITE_STORAGE_BUCKET=your_storage_bucket
VITE_MESSAGING_SENDER_ID=your_messaging_sender_id
VITE_APP_ID=your_app_id

```

## Key Features

- User registration and login
- Select the type of question and the difficulty level of the question
- Juis time is running and after the time is up it stops automatically
- The final results of the answers answered will be shown
- Incorrect and correct answer results will be displayed
- Responsive Design


## Technologies used

This project was created using the following technologies.

- [React js ](https://www.npmjs.com/package/react) - JavaScript library that is used for building user interfaces specifically for single-page applications.
- [React Vite](https://vitejs.dev/guide/) - Improved website speed.
- [React Hooks ](https://reactjs.org/docs/hooks-intro.html) - For managing and centralizing application state.
- [react-router-dom](https://www.npmjs.com/package/react-router-dom) - To handle routing.
- [Tailwind Css](https://tailwindcss.com/) - For User Interface.
- [React icons](https://react-icons.github.io/react-icons/) -Small library that helps you add icons to your react apps.
- [Framer Motion](https://www.framer.com/motion/) As animation on the website.
- [Firebase](https://firebase.google.com/) User authentication & data storage.

## Screenshots

![img-1](https://user-images.githubusercontent.com/111676859/235448791-4dc03043-834d-4cc6-986f-d73eb120b73e.png)
---- -
![img-2](https://user-images.githubusercontent.com/111676859/235448776-8d6eeeae-0bc6-42c0-9886-01b337a1c060.png)
--- -
![img-3](https://user-images.githubusercontent.com/111676859/235448778-4da1fae9-5eeb-4436-9658-4366ac4f60cf.png)
--- -
![img-4](https://user-images.githubusercontent.com/111676859/235448781-6b7e71d7-aff0-4d8d-8dc4-3a17f0442c45.png)
--- -
![img-5](https://user-images.githubusercontent.com/111676859/235448786-99ad55ea-6d3b-42f7-b850-7a689af1f905.png)
--- -
![img-6](https://user-images.githubusercontent.com/111676859/235448787-74e9c56c-7bf4-403f-9b65-540648687548.png)
--- -
![img-7](https://user-images.githubusercontent.com/111676859/235448789-2e077d59-cf47-42b2-bdf1-db88ab2baa6a.png)

## Author
- Portfolio: [berthutapea](https://berthutapea.vercel.app/)
- Github: [berthutapea](https://github.com/berthutapea)
- Sponsor: [berthutapea](https://saweria.co/berthutapea)
- Linkedin: [gilberthutapea](https://www.linkedin.com/in/gilberthutapea/)
- Email: [[email protected]](mailto:[email protected])

## License

MIT License

Copyright (c) 2022 Gilbert Hutapea

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.