https://github.com/gricar/starwars-planets
Planetas do universo de Star Wars
https://github.com/gricar/starwars-planets
react-hooks reactjs usecontext-hook useeffect-hook usestate-hook
Last synced: 2 months ago
JSON representation
Planetas do universo de Star Wars
- Host: GitHub
- URL: https://github.com/gricar/starwars-planets
- Owner: gricar
- Created: 2022-11-11T18:52:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T18:59:43.000Z (over 3 years ago)
- Last Synced: 2025-06-01T22:06:10.453Z (about 1 year ago)
- Topics: react-hooks, reactjs, usecontext-hook, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage: https://gricar.github.io/starwars-planets/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bem-vindo ao Starwars Planets 🌌 🪐
### Descrição
Desenvolver uma lista com filtros de planetas do universo de Star Wars usando Context API e Hooks para controlar os estados globais.
### Habilidades:
1. Utilizar a Context API do `React` para gerenciar estado.
2. Utilizar o React Hook `useState`;
3. Utilizar o React Hook `useContext`;
4. Utilizar o React Hook `useEffect`;
5. Criar React Hooks customizados.