https://github.com/rafa-kozand/ignite_react.js_challenge_08
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Otimizando a aplicação")
https://github.com/rafa-kozand/ignite_react.js_challenge_08
ignite ignite-reactjs ignite-rocketseat javascript reactjs rocketseat scss typescript
Last synced: 7 months ago
JSON representation
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Otimizando a aplicação")
- Host: GitHub
- URL: https://github.com/rafa-kozand/ignite_react.js_challenge_08
- Owner: Rafa-KozAnd
- License: mit
- Created: 2023-01-05T22:56:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T20:37:02.000Z (over 2 years ago)
- Last Synced: 2025-01-10T20:17:12.240Z (9 months ago)
- Topics: ignite, ignite-reactjs, ignite-rocketseat, javascript, reactjs, rocketseat, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# Ignite_React.js_Challenge_08
React JS challenge done with 'Rocketseat' Ignite course. ("Desafio: Otimizando a aplicação")
## 💻 Sobre o desafio
Nesse desafio você deverá performar uma aplicação React utilizando das ferramentas e dicas aprendidas durante o módulo **Performando apps com ReactJS**.
Se você fez o desafio opcional [Componentizando a aplicação](https://www.notion.so/Desafio-02-Componentizando-a-aplica-o-b9f0f025c95b437699d0c3115f55b0f1) deve lembrar que se trata de uma aplicação que exibe uma listagem de filmes por categoria com base na categoria selecionada e que esses dados vem de uma API (fake API com JSON Server).
Com essa aplicação componentizada, você deve aplicar os conceitos de performance no React para melhorar esse app.
## 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.
##
