Skip to content

A React app to track your favorite Star Wars characters, planets and vehicles.

Notifications You must be signed in to change notification settings

colehart/swapibox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waffle.io - Columns and their card count

SWAPI-box

A React app to track your favorite Star Wars characters, planets and vehicles.

Project spec can be found here.

See it live

App Screenshot

This project was bootstrapped with Create React App.

Wireframe

SWAPI-box is a single page web app with different cards populating a card container depending on the selected navigation button.

App wireframe

App Architecture

App (stateful)
|
|_ ScrollingText (stateful)
|
|_ Header (stateless)
|   |
|   |_ Button (Favorites) (stateful)
|   |
|   |_ Button (People) (stateful)
|   |
|   |_ Button (Planets) (stateful)
|   |
|   |_ Button (Vehicles) (stateful)
|
|
|_ CardContainer (stateless)
    |
    |_ Card (x n depending on API data) (stateful)
    |
    |_ Button (More) (stateful)

About

A React app to track your favorite Star Wars characters, planets and vehicles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published