Skip to content

jakefrancis/nasa-apod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published