https://github.com/rafa-kozand/ignite_react.js_activity_01
React JS activity done with 'Rocketseat' Ignite course. ("Chapter I & II")
https://github.com/rafa-kozand/ignite_react.js_activity_01
html html5 ignite ignite-reactjs ignite-rocketseat reactjs rocketseat typescript website
Last synced: 28 days ago
JSON representation
React JS activity done with 'Rocketseat' Ignite course. ("Chapter I & II")
- Host: GitHub
- URL: https://github.com/rafa-kozand/ignite_react.js_activity_01
- Owner: Rafa-KozAnd
- Created: 2022-05-18T03:05:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T20:45:06.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:01:03.771Z (7 months ago)
- Topics: html, html5, ignite, ignite-reactjs, ignite-rocketseat, reactjs, rocketseat, typescript, website
- Language: TypeScript
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# Ignite_React.js_Activity_01
React JS activity done with 'Rocketseat' Ignite course. ("Chapter I & II")
## 💻 Sobre o capítulo I - Fundamentos do ReactJS.
Nesse módulo criaremos a estrutura base de uma aplicação React utilizando ferramentas como Webpack, Babel, Webpack Dev server, SASS, Source Maps, Fast Refresh e descobriremos conceitos importantes do React como componentes, propriedades, estados e hooks além de aplicar o TypeScript no nosso projeto para adicionar tipagem estática à aplicação.
## 💻 Sobre o capítulo II - Primeira aplicação web com ReactJS.
Nesse módulo construiremos uma aplicação front-end web completa utilizando conceitos e ferramentas importantes do ecossistema React como Styled Components, MirageJS, Context API, hooks, Axios e muito mais.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.
The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.