A Star Wars Character Guide built with React. The project includes a modal for more information about the selected character and also a real-time search bar. It was utilized the Star Wars API (SWAPI) to pull in data about Star Wars characters, films, species, starships, vehicles, and planets.
On terminal
- Run
git clone https://github.com/jeancarlos-cpu/star-wars-guide
- Run
cd star-wars-guide
- Run
npm install
- Run
npm start
- Open http://localhost:3000 to view it in the browser.