{"id":20619875,"url":"https://github.com/mafda/starter_js","last_synced_at":"2026-04-11T09:34:04.818Z","repository":{"id":39102682,"uuid":"265333638","full_name":"mafda/starter_js","owner":"mafda","description":"[pt-BR] Solução dos desafios JavaScript propostos durante o Curso Starter da RocketSeat. ","archived":false,"fork":false,"pushed_at":"2023-01-06T07:44:20.000Z","size":5729,"stargazers_count":0,"open_issues_count":66,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T05:09:19.382Z","etag":null,"topics":["javascript","javascript-es6","nodejs","react-native","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mafda.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-19T18:43:21.000Z","updated_at":"2020-08-02T14:03:31.000Z","dependencies_parsed_at":"2023-02-05T16:00:55.347Z","dependency_job_id":null,"html_url":"https://github.com/mafda/starter_js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fstarter_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fstarter_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fstarter_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mafda%2Fstarter_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mafda","download_url":"https://codeload.github.com/mafda/starter_js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242277683,"owners_count":20101542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["javascript","javascript-es6","nodejs","react-native","reactjs"],"created_at":"2024-11-16T12:12:43.862Z","updated_at":"2026-04-11T09:33:59.776Z","avatar_url":"https://github.com/mafda.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curso Starter JavaScript da Rocketseat\n\n[pt-BR] Solução dos desafios JavaScript propostos durante o [Curso Starter](https://skylab.rocketseat.com.br/journey/starter) da [RocketSeat](https://rocketseat.com.br/). \n\n## JavaScript\n\n* Introdução JavaScript [Desafio](https://github.com/mafda/starter_js/tree/master/01_javascript/exercicios/ex_01)\n* Manipulando a DOM [Desafio](https://github.com/mafda/starter_js/tree/master/01_javascript/exercicios/ex_02)\n* App de to-do [Exemplo](https://github.com/mafda/starter_js/tree/master/01_javascript/exemplos/todos)\n* JS assíncrono [Exemplo](https://github.com/mafda/starter_js/tree/master/01_javascript/exemplos/axios), [Desafio](https://github.com/mafda/starter_js/tree/master/01_javascript/exercicios/ex_04)\n\n## JavaScript ES6\n\n* Conceitos [Desafio](https://github.com/mafda/starter_js/tree/master/02_javascript_es6/exercicios/ex_01)\n* Webpack Server [Desafio](https://github.com/mafda/starter_js/tree/master/02_javascript_es6/exercicios/ex_02)\n* Async/await [Desafio](https://github.com/mafda/starter_js/tree/master/02_javascript_es6/exercicios/ex_03)\n* App ES6+ [Exemplo](https://github.com/mafda/starter_js/tree/master/02_javascript_es6/exemplos/app_es6)\n\n## NodeJS\n\n[Node.js](https://nodejs.org/): Plataforma para criar facilmente aplicativos de rede rápidos e escaláveis.\n\n* node-app [Back-end](https://github.com/mafda/starter_js/tree/master/03_node_js/node-api)\n  * Para testar o projeto \"node-app\", instale o [Insomnia](https://insomnia.rest/) ou execute via docker container [docker-insomnia](https://github.com/camiloariza/docker-insomnia).\n  * Para testar a base de dados, instale o [MongoDB](https://www.mongodb.com/) ou execute via docker container [mongo](https://hub.docker.com/_/mongo).\n  * Para visualizar a base de dados, instale [Robo 3T](https://robomongo.org/).\n  * Deploy em **Heroku** [https://mafda-hunts-api.herokuapp.com/api/products](https://mafda-hunts-api.herokuapp.com/api/products).\n\n## ReactJS\n\n[React.js](https://reactjs.org/): Biblioteca JavaScript para criar interfaces de usuário.\n\n* huntweb [Front-end](https://github.com/mafda/starter_js/tree/master/04_react_js/huntweb)\n  * Para testar o projeto \"huntweb\", instale node-app [Back-end](https://github.com/mafda/starter_js/tree/master/03_node_js/node-api).\n  * Deploy em **Heroku** [https://mafda-hunts.herokuapp.com/](https://mafda-hunts.herokuapp.com/).\n\n## React Native\n\n[React Native](https://reactnative.dev/): Cria aplicativos nativos para Android e iOS.\n\n* huntmobile [Mobile](https://github.com/mafda/starter_js/tree/master/05_react_native/huntmobile)\n  * Para testar o projeto \"huntweb\", instale node-app [Back-end](https://github.com/mafda/starter_js/tree/master/03_node_js/node-api).\n  * Para visualizar, instale [Expo](https://expo.io).\n\n\n### Resultados\n\n* huntweb - huntmobile\n\n![huntweb_huntmobile.png](05_react_native/resultados/huntweb_huntmobile.png)\n\n---\n\n### Agradecimentos\n\n[Diego Fernandes](https://github.com/diego3g) e a equipe da [Rocketseat](https://rocketseat.com.br/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafda%2Fstarter_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmafda%2Fstarter_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmafda%2Fstarter_js/lists"}