mission control homepage

Mission control

https://bkahn-github.github.io/mission-control
A React.JS app that pulls down data from NASA's APIs

License: MIT

Usage

  1. Clone the repository.
$ git clone https://github.com/bkahn-github/mission-control.git
  1. Install the npm packages.
$ npm install
  1. Run the app locally
$ npm start

To deploy the app (I'm using github pages)

  1. Change homepage in package.json.
"homepage": "http://[username].github.io/mission-control"
  1. Deploy the app
$ npm run deploy

Todo

Add more missions

Built With

Share this project:

Updates