You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Search your favorite Star Wars lore with the click of a button!
Set up Instructions
Clone down Repo
NPM install
NPM start
Visit localhost:3000
Swapi-box uses the star wars api to fetch data and we implemented a user interface to display the data on cards based on what information we wanted. This project used react as well as react router. We implemented local storage in order to save from making multiple fetch calls.