https://github.com/pericles001/quizreo_frontend
Frontend application for Quizreo project: User friendly interface for quiz making
https://github.com/pericles001/quizreo_frontend
frontend reactjs-components user-interface
Last synced: 8 months ago
JSON representation
Frontend application for Quizreo project: User friendly interface for quiz making
- Host: GitHub
- URL: https://github.com/pericles001/quizreo_frontend
- Owner: Pericles001
- License: mit
- Created: 2022-08-28T09:43:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T09:05:53.000Z (about 2 years ago)
- Last Synced: 2025-08-18T03:39:13.398Z (10 months ago)
- Topics: frontend, reactjs-components, user-interface
- Language: JavaScript
- Homepage: https://quizreofrontend1.netlify.app/
- Size: 2.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quizreo_frontend
Official Frontend application for Quizreo project
## Description
Quizreo is a web application that allows users to create and take quizzes. It is a project aiming to help open source community.
## Technologies
- [reactjs](https://reactjs.org/t)
- [react-socks](https://www.npmjs.com/package/react-socks)
- [react-router-dom](https://v5.reactrouter.com/)
- [firebase](https://firebase.google.com/)
## Demo
Screenshots of the UI are visible below :
### Homepage

### Login page

### signup page

### dashboard

### list new resource

### Manage profile

### Manage account

## Usage
You can view live demo on the following URL : __coming soon__
Or you can try locally:
* clone the repository
git clone https://github.com/Pericles001/Quizreo_frontend.git
* install dependencies
npm install (or yarn install)
* launch live server
npm run start (or yarn start)
## Contributing
* You can contribute in various ways:
* Declare bugs or suggest updates via issues
* Improve codebase
## Authors
[Pericles001](https://github.com/Pericles001)