Skip to content

sergikhizanishvili/quote-quizz-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Quizz

Web application frontend representing the famous quote quiz where the user will have to pick a correct answer to the asked questions.

About this Project

This project represents frontend of the specified web application and it's based on React 18

Requirements

Installation guide

First thing to do after pulling the project - run following command to install dependencies:

npm install

Next - rename .env.example file to .env and update Base Uri environment variable:

REACT_APP_BASE_URL=

Production

For production build run following command:

npm run build

Localhost

After installing the project, you can run project using following command:

npm run start

Admin Area

In order to access admin area you should go to the link: {BASE_URL}/admin

All done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published