Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 772 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 772 Bytes

NASA Astronomical Picture of the Day

Get the backend source code here

An infinite scrolling website built with React, that utilizes NASA's Astronomical Picture of the Day API.

The background is a randomly generated 'starfield' drawn using javascript's canvas API.

The colors of the stars are modeled after the real-life average colors of stars.

Installation

Download or clone this repository.

git clone https://github.com/jakefrancis/nasa-apod.git

While in the root of the directory install required dependencies.

npm install

To start the development server.

npm start

To build the app.

npm run build

The completed app is found in /build