A simple static trivia game webpage built in React and Dockerized
Access the deployed webpage here: https://ellis3684.github.io/quiz-game/
This project has been Dockerized so all you'll need is to install Docker, clone this repo, cd to the project folder, and then run the following command:
docker compose up
Once you've done so, navigate to 'localhost:5173' in your browser.