This is a project for a Star Wars planets search application built with React. The application consumes an API to retrieve information about Star Wars planets and allows users to perform various types of filters. 🔍
The project utilizes the following technologies:
- React ⚛️
- HTML 🌐
- CSS 🎨
- JavaScript 🚀
Before you begin, ensure that you meet the following requirements:
- Have Node.js installed: Node.js Downloads ⚙️.
Follow these steps to set up and run the project locally:
- Clone the repository:
- Navigate to the project directory:
- Install the dependencies:
- Start the development server:
- Access the application in your browser at
http://localhost:3000
🌐.
git clone https://github.com/BrunoSouza88/React_StarWar-Planets-Search_Trybe.git
cd React_StarWar-Planets-Search_Trybe
npm install
npm start
The application allows users to search for Star Wars planets using the provided search bar. Users can enter a search query and view the results in real-time. The application provides various filter options, including filtering by planet name, climate, terrain, and population. Users can apply multiple filters to narrow down the search results and find specific planets of interest. 🌍
Contributions are what make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create a branch for your feature (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some amazing feature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is licensed under the MIT License.
Bruno Souza - bmsouza88@gmail.com ✉️
Project Link: https://github.com/BrunoSouza88/React_StarWar-Planets-Search_Trybe 🌐