QuizMaster is an interactive quiz game built with Angular. It presents users with multiple-choice questions, tracks scores, and provides feedback on their answers. The project is designed to be fun, responsive, and a great learning tool for practicing Angular development.
- Project Description
- Installation and Setup
- How to Use
- Technologies Used
- Credits
- License
- Badges
- Contributing
- Testing
-
Clone the repository:
git clone https://github.com/DevFaith/Gaming cd quizmaster -
Install dependencies:
npm install
-
Run the development server:
ng serve
-
Open the app: Visit http://localhost:4200 in your browser.
- Start the game by clicking the Start Quiz button.
- Answer each question by selecting an option.
- View your score at the end of the quiz.
- Play again to improve your score!
- Frontend: Angular, TypeScript, HTML, SCSS
- Build Tools: Vite, Angular CLI
- Developed by: DevFaith
- Special thanks to: The Angular and Vite communities
This project is licensed under the MIT License β see the LICENSE file for details.
Contributions are welcome! Feel free to fork the repo, create a feature branch, and submit a pull request.
-
Run unit tests:
ng test -
Run end-to-end tests:
ng e2e