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

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

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
![homepage](public/quizreo_frontend_1.png)

### Login page
![login](public/quizreo_frontend_2.png)

### signup page
![signup](public/quizreo_frontend_4.png)

### dashboard
![dashboard](public/quizreo_frontend_3.png)

### list new resource
![create resource](public/quizreo_frontend_5.png)

### Manage profile
![manage profile](public/quizreo_frontend_6.png)

### Manage account
![manage account](public/quizreo_frontend_7.png)

## 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)