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

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.

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.