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
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