Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 723 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 723 Bytes

Spacestagram Site

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.

Built with

React.js

Uses axios and Fontawesome modules

Challenges and things learned!

  • 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.