This app displays beautiful astronomy photos for the current day and month from the NASA APOD API
Table of Contents
This project was one of the first ones I did to study API consumption through ReactJS projects. It uses the NASA API called APOD (Astronomy Picture of the Day) and basically consists of the daily record of images highlighted by NASA showing a little more of our universe.
Here's why:
- Training of API consumption throught ReactJS projects
A list of commonly used resources that I find helpful.
This project was made using the following technologies
Here are some instructions on setting up your project locally. To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/GersonST/nasa-apod.git
- Install packages
npm install
- Run the project
npm start
Select a specific date, it can be any one, however the database started to register photos from 1995, so the dates must be higher than this one.
Email - gersonsevero90@gmail.com
Instagram - https://www.instagram.com/gersonsevero_/
Project Link: https://github.com/GersonST/repos