This project displays photos along with their infgormation from the NASA Astronomy Picture of the Day API. It allows the user to select a span of dates to display the pictures from.
React.js
Uses axios and Fontawesome modules
- Improved my skills with React! Made use of useState, and useEffect to render and update components.
- Learned to use async and await instead of fetch to make API calls.
- Used the date input in a form.
- Learned about Date and epoch time, and figured out how to convert it to a standard yyyy-mm-dd format.
- Would like to improve backend skills so I can hide my API keys server-side.