Skip to content

raualex/swapibox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAPI-BOX

SWAPI-BOX is an app the calls an API far, far away (with multiple nested asynchronous calls). Lots of character, planet, people and vehicle data is then cleaned, organized into a simple yet elegant UI with small, reusable React components.

alt tag

alt tag

Project Goals

  • Asynchronously call and clean data ONLY when the user requests it.
  • Separate application logic into small, testable functions.
  • Create modular, reusable React components.
  • Implement React-Router for natural page navigation.
  • Create a well thought-out UI.
  • Use propTypes to validate props passed to each component.
  • Write meaningful, comprehensive unit and integration tests.

Set Up

OR

Clone this repo

Run npm install from the root directory

Run npm start and visit localhost:3000 in your browser

Contributors:

Alex Rau:

https://github.com/raualex

Graham Munro:

https://github.com/gmasterofnone

Wire-Frame

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • CSS 6.0%
  • HTML 1.8%