Skip to content

amanbedi1/Spacestagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spacestagram

Web application built using React that fetches from NASA API and display them with their description,title,images.User has the functionality to like posts and also to generate sharable links.It uses Context API for state management in react.

Overview & Features

  • Responsive for all sizes
  • Infinite Scroll
  • Genreate Shareble links for images

Technologies Used

  • React
  • Material-Ui

Live Deployment

You can view the live site on Netlify.

How To Run Locally

  1. Generate a free API key from https://api.nasa.gov.
  2. Create a .env file in the root of your project directory and add REACT_APP_API_KEY = yourApiKeyHere from .env-example.
  3. Make sure Node.js is installed.
  4. To install dependecies run npm install
  5. To Run: npm start

This will start the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published