This project is a simple app that shows users space exploration related "things". The app allows for users to immedidately know when the upcoming rocket launches are going to be, learn about upcoming space related event. The users can also browse other space related categories such as Astronauts and Rockets to learn more about them.
Simply start by cloning the repo:
git clone [email protected]:NimSum/spacexplorer.git
Once you have cloned the repo, install the library dependencies by going into the cloned folder and run:
npm install
After it is finished installing, run npm start and happy space stuff browsing!
npm start
Further knowledge on the following technologies/principles:
- Advanced React
- React Router
- Representing large amounts of data
- Redux with thunks
- Jest and Enzyme Testing
- Asynchronous Testing
- Github Workflow
- Improve Wireframing approaches
- Prop-Types