Is an app that use the swapi API to find characters and movies information from the saga.
The demo is hosted in netlify service.
To install the application follow the steps below in the console, you need to have installed nodejs, git and yarn.
Download repo:
git clone https://github.com/dommirr/starwars.git
Change to directory:
cd starwars
Install dependencies:
yarn install
Run App:
yarn start