Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.