Sample project to search SpaceX past launches by mission name, rocket name and launch year using the following technologies:
- SpaceX GraphQL Server
- Apollo GraphQL Client Library
- React (with Hooks)
- Material-UI
- Jest/Enzyme (for unit-testing)
Once yarn launches the application go to:
git clone https://github.com/nangchan/spacex.git
cd spacex
yarn install
yarn start
yarn test
