The Quiz App is a web application designed to allow users to participate in quizzes across various categories. Users can pick up different categories, difficulty levels and number of questions. They can explore different quizzes, answer questions and get feedback of their scores.
https://gabrielanikolova.github.io/quiz-app-typescript/
Here're some of the project's best features:
- Quiz creation
- Quiz taking
- Randomization of the questions
- Mobile responsiveness
- Downloadable results feedback
1. Clone the repository:
git clone https://github.com/GabrielaNikolova/quiz-app-typescript.git
2. Navigate to the project directory:
cd quiz-app
3. Install dependencies:
npm install
4. Start the app:
npm start
The app should now be running at http://localhost:3000.
Technologies used in the project:
- TypeScript
- HTML5
- CSS3
- Webpack
- Git
- GitHub



