Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconfortdev/quizapp
Angular Quiz App
https://github.com/reconfortdev/quizapp
angularjs quizapp typescript
Last synced: 22 days ago
JSON representation
Angular Quiz App
- Host: GitHub
- URL: https://github.com/reconfortdev/quizapp
- Owner: ReconfortDev
- Created: 2024-07-08T08:49:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T17:31:00.000Z (6 months ago)
- Last Synced: 2024-12-18T18:12:10.084Z (22 days ago)
- Topics: angularjs, quizapp, typescript
- Language: TypeScript
- Homepage: https://amaliquiz.netlify.app/quiz
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Frontend Quiz Application
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.
## Live Demo
Check out the live version of the project here: [Amali Quiz App](https://amaliquiz.netlify.app/)
## Table of Contents
1. [Features](#features)
2. [Installation](#installation)
3. [Usage](#usage)## Features
- 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## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone [email protected]:ReconfortDev/QuizApp.git
```2. Navigate to the project directory:
```bash
cd QuizApp
```3. Install the dependencies:
```bash
npm install
```4. Start the development server:
```bash
ng serve
```The application will be available at `http://localhost:4200`.
## Usage
1. Open the application in your web browser.
2. Select a quiz topic to get started.
3. Answer the quiz questions and submit your answers.
4. View your score and feedback on quiz completion.