This is a React app compiled with Webpack that compares two Star Wars characters and determines if they have ever lived or were seen together using the public Star Wars API.
- If they have shared a planet, starship or vehicle before.
- If so, state the characters’ names and movie(s) where that occurred (i.e. Luke Skywalker and Han Solo were seen together in The Empire Strikes Back).
- Install dependencies:
npm install
- Run the development server:
npm run start
- Open the app in your browser here:
http://localhost:3000
See a live version of the Star Wars Compare app here.
- JavaScript ES6 - Programming language
- React - JS library for UI
- Webpack - Module bundler for JavaScript
- Material UI - Library of React UI components
- Framer Motion - Animation library for React
- Font Awesome - Icon library
- Netlify - Cloud platform to build and deploy