MatthewKaplan / swapiBox

Star wars fan? Learn more about the distant galaxy.

Home Page:https://MatthewKaplan.github.io/swapiBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swapiBox

Overview:

For this project I made use of the SWAPI Star Wars API to test my React muscle memory and to challenge myself with a few nested fetch calls. When a user first runs the program, they're greeted with the classic Star Wars movie scroll randomly selected from one of the Star War movies. From there the user can either select to look up people/characters, planets, or vehicles to display more information about them from the classic trilogy.

Deployed at:

https://MatthewKaplan.github.io/swapiBox




Preview:

Getting Started:

These instructions will get a copy of the project up and running on your local machine for usage and testing purposes.

Clone down the repository:

$ git clone https://github.com/MatthewKaplan/swapiBox.git

Once you have cloned the repo, install the library dependencies. Run:

$ npm install

And then start your localhost by typing:

$ npm start

To run tests in the game program, Run:

$ npm test

Technologies used:

  • fetch API
  • ReactJS
  • JSX
  • SCSS
  • Enzyme
  • Jest

Back to top


About

Star wars fan? Learn more about the distant galaxy.

https://MatthewKaplan.github.io/swapiBox


Languages

Language:JavaScript 86.9%Language:CSS 10.0%Language:HTML 3.2%