cyruzin / swapi-app

A Star Wars App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Star Wars App

License:MIT License


Languages

Language:JavaScript 74.7%Language:CSS 17.6%Language:HTML 7.2%Language:Dockerfile 0.5%