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

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.

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.