Find information about Star Wars characters, vehicles, and planets using Swapi-Box! This app presents a random opening crawl of a star wars film and allows the user to pick whether they want to see various people, planets, or vehicles.
- react/redux
- react-router
- SASS
- Jest/Enzyme
- Fetch API/ Async
- Utilizes open-source star wars API
This project was made for Turing School during the 3rd module. We were solidifying our knowledge of react while introducing redux and router, and working with async requests. The main learning goal was to get practice crafting fetch calls to an api in different ways to account for the format of data returned.
Clone down repo to your device:
git clone https://github.com/francepack/swapi-redux
cd into new file and...
Run npm install
to install dependencies.
Run npm start
to open browser.