https://github.com/lucas-pettinelli/angular-developer-quizz
This is a web program that presents a quiz with scoring questions, revealing what type of developer you are based on your answers.
https://github.com/lucas-pettinelli/angular-developer-quizz
angular json quiz-app typescript
Last synced: 2 months ago
JSON representation
This is a web program that presents a quiz with scoring questions, revealing what type of developer you are based on your answers.
- Host: GitHub
- URL: https://github.com/lucas-pettinelli/angular-developer-quizz
- Owner: lucas-pettinelli
- Created: 2024-02-02T22:17:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:56:17.000Z (almost 2 years ago)
- Last Synced: 2025-10-23T01:53:12.321Z (8 months ago)
- Topics: angular, json, quiz-app, typescript
- Language: TypeScript
- Homepage: https://quiz-developer-whoareyou.netlify.app
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Developer Quiz
**Quiz para desenvolvedores Angular!**
Teste seus conhecimentos sobre Angular com este quiz interativo. Desenvolvido com Angular 17, o quiz cobre tópicos como componentes, serviços, módulos, e muito mais.
[LINK DE ACESSO](https://quiz-developer-whoareyou.netlify.app)

## Instalação
1. **Clone o repositório:**
```bash
git clone https://github.com/lucas-pettinelli/angular-developer-quizz
2. **Instale as dependências:**
```bash
cd angular-developer-quizz
npm install
3. **Para executar o projeto em modo de desenvolvimento:**
```bash
ng serve
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.