Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 667 Bytes

README.md

File metadata and controls

59 lines (30 loc) · 667 Bytes

Spacestagram

Spacestagram built using ReactJS. It fetch the Images and it's metadata From NASA Api

  • User can Share Images
  • User can like Post and See their Liked images on Like Page

Screenshots

Loading State

Images

Like Page

Get API Key

NASA API

Run Locally

Clone the repo

git clone https://github.com/0xdevsachin/Spacestagram.git

Create .env.local file in folder add api key

REACT_APP_API_KEY=

Install Node modules

npm install

Run Project

npm start