StarWars-themed card display. Utilizing React, React-Router, and tested with Jest/Enzyme,the project draws information from a bare-bones API to display cards. Each fetch call may generate 30+ further calls. Favorites may be saved and recovered from the favorites page.
to run and install swapi-box on your machine, run:
git clone [email protected]:brucekchung/swapi-box.git
into the desired folder
npm i
then
npm start
ensure the project is running on the correct port
http://localhost:3000
React, React-Router, Jest, Enzyme