Quizorama - https://magnusgit1.github.io/quiz-game/
--- A quiz-game application website where you can create accounts, test your quiz-skills, and store scores in a leaderboard.
--- Tech-stack: React.js w/JS & CSS, Python w/Django, postgreSQL.
-
The webapp is running through github-pages, and can be used through the link above.
-
The servers are deployed using Render's services, and the app can therefore be used freely without any installations or configurations. It may however be slow on the first data-request, as it uses Render's free services. After the first request however, the app should run smoothly.
-
If you want to download the sourcecode and run it locally instead, then:
--- Clone the repo with: git clone https://github.com/magnusgit1/quiz-game.git
--- Install packages using: npm install
--- Run the app using: npm start / npm run dev