Skip to content

mallorysmith64/space-x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to SpaceX! 😃

Objective: Use RESTful API to show user upcoming SpaceX launch information and show the picture of the day Technologies Used: Javascript, Netlify, CSS Flexbox, HTML5

Checkout SpaceX here: https://space-x-mallorysmith64.netlify.com/

To run this project locally: git clone https://github.com/mallorysmith64/space-x.git
cd space-x
yarn install
yarn start

Cheers.

Note: "yarn install is used to install all dependencies for a project. This is most commonly used when you have just checked out code for a project or when another developer on the project has added a new dependency that you need to pick up." Source: https://yarnpkg.com/en/docs/cli/install