This app was created using the React JS framework and the Star Wars API. It allows the user to search for characters in the Star Wars film and outputs details such as name, birth year, height, mass and gender.
- Clone or download the repository
- Run
npm install
- Use
npm start
oryarn start
to run the app