Skip to content

OhDylan/star-launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Launch

A single page app that provides the functionality to search for failed launches of a launch pad and all the satellites of Star Link by date.

Frontend: React, Ant Design Library
API: SpaceX API

Please check out the live demo here:

Star Launch

You may select to search for failed launches by launch pad (Launch Pad), or to search the satellites (Star Link).

starlaunch_landing

Click on Launch Pad.

starlaunch_launchpage

Paste in the launch pad id with failure launches.

5e9e4502f5090995de566f86

starlaunch_launchpage_result

Paste in the launch pad id with no failure launches.

5e9e4502f509092b78566f87

starlaunch_launchpage_nofailureresult

Type in random id and you are expected to see this response:

starlaunch_launchpage_idnotfound

Click on "Star Link" at the bottom right of Launch Page.

You may pick the filter to search by date, month, or year.

starlaunch_starlink_showresults

You may git clone and run tests for the util functions (located in src/utils/library.test.js). npm run test