Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.77 KB

SpaceXplorer

Description

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.

Setup

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

Wireframe

alt text

App

alt text alt text alt text alt text

Emphasis of the Project

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

Improvements

GitHub Issues