https://github.com/pedroemmanuelbuerger/starwars-planets-search
Star Wars Planets Search is a web application that allows users to search for planets from the Star Wars universe and get information about them.
https://github.com/pedroemmanuelbuerger/starwars-planets-search
css hooks html javascript react swapi
Last synced: 2 months ago
JSON representation
Star Wars Planets Search is a web application that allows users to search for planets from the Star Wars universe and get information about them.
- Host: GitHub
- URL: https://github.com/pedroemmanuelbuerger/starwars-planets-search
- Owner: PedroEmmanuelBuerger
- Created: 2023-04-28T20:53:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:40:14.000Z (3 months ago)
- Last Synced: 2025-03-06T19:44:47.048Z (2 months ago)
- Topics: css, hooks, html, javascript, react, swapi
- Language: JavaScript
- Homepage:
- Size: 3.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Star Wars Planets Search
Star Wars Planets Search is a web application that allows users to search for planets from the Star Wars universe and get information about them.
## Features
The application includes the following features:
- **Search for planets by name**
- **Display of planet information**, including name, climate, terrain, the number of movies they appear in, and residents (if available)
- **Pagination** of search results## Technologies Used
The project was developed using the following technologies:
- **React.js**
- **Star Wars API (SWAPI)**
- **Hooks**
- **JavaScript**
- **HTML**## Key Learnings
During the development of this project, I was able to practice web development skills with React.js and learned how to consume data from an external API (SWAPI) using the Hooks library for managing both local and global state. It was also a great opportunity to improve skills in organizing and structuring components in a React application.
## Conclusion
The Star Wars Planets Search project was a great opportunity to enhance technical web development skills and learn how to consume data from an external API. It was an enriching experience that helped me improve my skills as a developer, and I hope it can be useful to other Star Wars fans looking for information about planets in this fascinating universe.