Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 975 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 975 Bytes

Spacestagram II

Frontend web app to view awe-inspiring pictures feteched from from apod-api (https://github.com/ellanan/apod-api).

Link to the page:

https://spacestagram2.ellanan.com/

Features:

  • Persists favourited photos in localStorage
  • Fetch nine additional entries at a time with load more button
  • Click anywhere on the card to open the modal to view:
    • enlarged image
    • complete explanation
    • source button to get to NASA's original source page
  • Liked page which only renders users' favourited pictures
  • Deep-Linkable content

Screenshots

Home Page:

This is an image

Liked Page:

This is an image

Modal:

This is an image

Technologies used

  • React
  • Next.js
  • TypeScript
  • CSS
  • HTML