Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 822 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 822 Bytes

APOD

Astronomy Picture Of the Day

This project provides a front end for APOD, one of NASA's open APIs. This is a simple API that returns a space related image for each day of the year, along with an interesting explanation written by a professional astronomer.

It already counts with a very neat and simple official front end, but creating another one from scratch seemed like an interesting experiment and a great opportunity to practice React and learn TypeScript.

Current state

Very basic view of the current image and description. The website is hosted by GitHub and you can see it here.

Features planned

  • Buttons for previous and next day.
  • Search for images of another day.
  • Image gallery for recent photos.