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

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")

Awesome Lists containing this project

README

          



GitHub language count
GitHub language count
GitHub repo file count
GitHub repo size
GitHub language count

# 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.