Skip to content

HessianPL/quizzy

Repository files navigation

Quizzy

Simple quiz app

Make a quiz, personalize it and share it

.. or pick one from our public list and do it for fun!

Made as an individual full-stack project for the MegaK JS Course

Screenshots

quizzy networkmanager pl_makequiz-doQuiz quizzy networkmanager pl_makequiz-newQuiz

Technologies used

  • React
  • Typescript
  • Express
  • MySQL

How to install

 git clone https://github.com/HessianPL/quizzy.git frontend
 git clone https://github.com/HessianPL/quizzy-backend.git backend
 cd frontend
 npm install
 cd ../backend
 npm install

How to run

Backend

While in backend folder, type:

npm start

And you should see 'Listening on http://localhost:3001' in the console

Frontend

While in frontend folder, type:

npm start

New browser tab, with working app should be opened automatically. If not, go to http://localhost:3000 manually

You may also want to build frontend part of this app to the 'build' folder by running

npm run build

Live demo

You are welcome to try a live demo on https://quizzy.networkmanager.pl/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors