Last active
November 23, 2022 00:30
-
-
Save nicholasess/93d6ff9cfa73af5bc030 to your computer and use it in GitHub Desktop.
Desafio Angular
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Criar uma aplicação com Angular 1.x, que se comunique com a API do github. | |
A estrutura tem que se basear no modelo MVC, no uso de rotas para acessar subniveis, exemplo: | |
Usuario | |
-> repositorios | |
-> perfil do repositório | |
-> organizações | |
Requisitos: | |
Utilizar styleguide abaixo | |
https://github.com/johnpapa/angular-styleguide/blob/master/a1/i18n/pt-BR.md | |
Utilizar task runner grunt/gulp | |
Utilizar ui-router para rotas | |
https://github.com/angular-ui/ui-router | |
Dicas: | |
Manipulando Rotas | |
http://rafaell-lycan.com/2015/angular-definindo-rotas/ | |
Listar array no angular | |
https://www.youtube.com/watch?v=CqaoKt1Gvyk | |
Uso de Ajax para se comunicar com a API | |
http://gabrielfeitosa.com/angularjs-services/ | |
Criando serviço para se comunicar com a controller | |
https://www.youtube.com/watch?v=tye5g1A7UX8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment