Skip to content

esinarta/Spacestagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacestagram

Shopify Front End Developer Intern Challenge - Winter 2022 (Requirements)

Hosted Project

https://esinarta.github.io/Spacestagram/

Description

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.

Installation Instructions

  1. Clone the project repo.

git clone https://github.com/esinarta/Spacestagram.git

  1. Install dependencies.

npm install

  1. Create a .env file in the root of the project.

touch .env

  1. Add the NASA APOD API Key to the .env file. You can obtain an API Key from https://api.nasa.gov/#apod

REACT_APP_NASA_API_KEY=[YOUR_API_KEY]

  1. Run the project.

npm start

About

Shopify Front End Developer Intern Challenge - Winter 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published