You can view the project through the link below:
I developed a list with filters for planets from the Star Wars universe using Context API and Hooks to manage global states.
The main goals of this project were:
- To use React's Context API to manage state.
- To use the React Hook useState.
- To use the React Hook useContext.
- To use the React Hook useEffect.
- To write tests to ensure that my application has good test coverage.
This project was developed using:
Clone the project and access the folder:
git clone git@github.com:clintonbrito/starwars-planets-search.git
cd starwars-planets-search
Run this command to create project's Docker container and install the dependencies:
docker compose up -d
Open your browser and access the application through the address below to view the interface locally:
http://localhost:8080
This project is licensed under the MIT License. See the LICENSE file for details.
Developed with ❤️ by Clinton Brito.