Space Farmer is a web-based game that allows a user to choose farming supplies to take into space. The user gets a choice of destination and rockets to fly on that are fetched from an unofficial SpaceX API. Once the user has decided where to go and on which rocket the application will give the total costs required to make the trip. Proposals are stored in the Redux store and displayed to the user when at the /proposals route.
This application utilizes: create-react-app, react, redux, enzyme & jest, html, css, react router, fetch API, and an unofficial SpaceX API.
- Check out the live site here: live site
- First fork this repo and clone down your own copy.
- Once cloned, run npm install and npm start in your terminal. In your browser visit localhost: 3000.
- Enjoy playing the game!



