Table of Contents
A web page that incorporates a NASA API to get random astronomy pictures of the day formatted on cards. The user can even bookmark favorites, which are saved with the help of Window.localStorage. Based on a ZTM JavaScript course.
The following technologies were used to build the project:
- HTML5
- CSS3
- JavaScript
- Astronomy Picture of the Day (APOD) API
If you want to install the project, you need to have the following requirements:
Clone the repo in the terminal, or command line in your code editor
git clone https://github.com/JonnathanRiquelmo/nasa-api-apod.git
Jonnathan Riquelmo