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.
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.
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
To install all dependencies, run:
To run the application in development mode, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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!