Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.1 KB

Star Wars Guide

Frontend Frontend Frontend

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.

Prerequisites

NPM installed.

Getting started

On terminal

  1. Run git clone https://github.com/jeancarlos-cpu/star-wars-guide
  2. Run cd star-wars-guide
  3. Run npm install
  4. Run npm start
  5. Open http://localhost:3000 to view it in the browser.

Author