From a Star Wars fan to Star Wars fans, I present you the SWAPI App.
Check the demo up and running!
Run the command below to install the dependencies:
yarn install
To start the app locally, run:
yarn start
Make sure that you have Docker and Docker Composer installed.
To start the app with Docker, run:
docker-compose up
To test the app, run:
yarn test
The back-end information is being pulled from the SWAPI API.
The images are being pulled from Google's Custom Search API.
This app was built with create-react-app and the following technologies:
- Node v14.16.1
- React v17.0.2
- Testing Library/React v11.2.7
- Vanilla CSS
MIT