Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

cyruzin/swapi-app

Repository files navigation

SWAPI App

Build GitHub license

From a Star Wars fan to Star Wars fans, I present you the SWAPI App.

Check the demo up and running!

Install

Run the command below to install the dependencies:

yarn install

Run

Locally

To start the app locally, run:

yarn start

Docker

Make sure that you have Docker and Docker Composer installed.

To start the app with Docker, run:

docker-compose up

Tests

To test the app, run:

yarn test

Technologies

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

License

MIT