A simple quiz app made with React Typescript.
https://umer2001-quizzie.netlify.app/
- Multiple quiz topics to choose from
- Difficulty levels
- Configurable Number of questions
- Responsive
Clone the project
git clone https://github.com/umer2001/quizzie.git
Go to the project directory
cd quizzie
Install dependencies
npm install
Start the server
npm run start
pull and run docker image
docker run -p 80:80 umer2001/quizzie:latest
access the app on localhost:80