Discover Nasa Data using APOD API (Astronomy Picture of the Day)
https://mann2108.github.io/discover-nasa-data/
Link to live project -Run Project
https://api.nasa.gov/)
1. Initial step is to generate your own API-KEY. ((And replace your API KEY with DEMO_KEY in App.js componentdidmount method at api request call).
2. Clone the project
3. Make sure you have 'npm' or 'yarn' installed in your local machine
4. Install node dependencies
npm install
5. Run the project
npm start
6. Build
npm run build