https://github.com/divdash/angular-assessment
https://github.com/divdash/angular-assessment
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divdash/angular-assessment
- Owner: DivDash
- Created: 2022-03-01T11:38:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T11:39:06.000Z (over 4 years ago)
- Last Synced: 2024-12-02T20:25:33.564Z (over 1 year ago)
- Language: HTML
- Size: 947 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).






## 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.