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.
- Responsive for all sizes
- Infinite Scroll
- Genreate Shareble links for images
- React
- Material-Ui
You can view the live site on Netlify.
- Generate a free API key from https://api.nasa.gov.
- Create a
.env
file in the root of your project directory and addREACT_APP_API_KEY = yourApiKeyHere
from.env-example
. - Make sure Node.js is installed.
- To install dependecies run
npm install
- To Run:
npm start
This will start the app in the development mode.
Open http://localhost:3000 to view it in the browser.