Shopify Front End Developer Intern Challenge - Winter 2022 (Requirements)
https://esinarta.github.io/Spacestagram/
Spacestagram is a React app that fetches and displays images from NASA's Astronomy Picture of the Day API. Images are presented with their title, copyright information, date, and explanation. Other features include liking/un-liking photos, loading state indication, infinite scrolling, and toggling between light/dark themes.
- Clone the project repo.
- Install dependencies.
- Create a .env file in the root of the project.
- Add the NASA APOD API Key to the .env file. You can obtain an API Key from https://api.nasa.gov/#apod
- Run the project.