Welcome to the Frontend Quiz Application! This is a web application built with Angular that allows users to take quizzes on various frontend development topics.
Check out the live version of the project here: Amali Quiz App
- User-friendly interface with responsive design
- Dynamic quiz generation based on selected topics
- Dark mode and light mode support
- Score tracking and feedback on quiz completion
- Responsive design for all screen sizes
- User can select a quiz topic to start
- Displays score upon quiz completion
To run this project locally, follow these steps:
-
Clone the repository:
git clone git@github.com:ReconfortDev/QuizApp.git
-
Navigate to the project directory:
cd QuizApp -
Install the dependencies:
npm install
-
Start the development server:
ng serve
The application will be available at
http://localhost:4200.
- Open the application in your web browser.
- Select a quiz topic to get started.
- Answer the quiz questions and submit your answers.
- View your score and feedback on quiz completion.