An interactive site to display, and tag your favorite Star Wars characters, planets and vehicles.
SWapi-Box on Heroku
- Star Wars
- React
- React Router
Additional enhancments could include :
- A more button that allowed the user to find more than 10 of each category
- Additional UI features to enhance the user experience
- Clone down repo
npm install
from root directorynpm start
and visitlocalhost:3000
in your browser
SWapi-Box uses jest and enzyme for all testing purposes
npm test
from the associated root directory
SWapi-Box Project from the Turing School of Software & Design