Skip to content

kkwon1/APODViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APOD Viewer

APOD Viewer is a React app that provides a friendly UI/UX for users to view NASA's Astronomy Picture Of the Day (APOD). You can find the official site here.

It interacts with the backend service APODViewerService to retrieve data, and save user specific info.

Description

The main purposes of this application is to let users browse NASA's APOD images more easily than from their official website. It has the added functionality of creating a personal account to like, save, or comment on images.

Prerequisites

To run this app locally, you will need to install:

If you would like to run the backend service to retrieve data, you will need to follow instructions for setting up the APODViewerService

Installation

To install all dependencies, run:

yarn install

Usage

To run the application in development mode, you can run:

yarn start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Running Tests

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Build

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

NASA's APOD viewer created using React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published