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

https://github.com/divdash/angular-assessment


https://github.com/divdash/angular-assessment

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Angular Quiz Challenge

Can you build a simple quiz interface with Angular?

## The Challenge

Using the following wireframes, build a quiz interface. Using your comprehension about how the application functions, construct all applicable tests. The questions are all in [questions.json](src/assets/questions.json).

![Question](docs/wire-question.png)

![Correct Answer](docs/wire-answer-correct.png)

![Incorrect Answer](docs/wire-answer-incorrect.png)

![Progress](docs/wire-progress.png)

![Difficulty](docs/wire-difficulty.png)

![Score](docs/wire-score.png)

## Instructions

How to attempt this challenge:

1. Create a new repo in your account and note the git url
2. Clone this repo
3. Solve the challenge
4. Set your new repo as the origin: `git remote set-url origin ${your repo url}`
5. Push your solution to your repo

You must follow these steps for your solution to be accepted -- forks or other methods will not be considered.