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
- React
- Typescript
- Express
- MySQL
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
While in backend folder, type:
npm start
And you should see 'Listening on http://localhost:3001' in the console
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
You are welcome to try a live demo on https://quizzy.networkmanager.pl/

