https://github.com/canwebe/astrodata--your-astronomy-app
PWA for Astronomy lover with features like Live photography of Mars, Astroids details, Astronomy Picture of the day, Search any space related query etc.
https://github.com/canwebe/astrodata--your-astronomy-app
javascript nasa-api pwa react reactjs
Last synced: over 1 year ago
JSON representation
PWA for Astronomy lover with features like Live photography of Mars, Astroids details, Astronomy Picture of the day, Search any space related query etc.
- Host: GitHub
- URL: https://github.com/canwebe/astrodata--your-astronomy-app
- Owner: canwebe
- Created: 2021-09-16T14:00:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T03:55:48.000Z (over 4 years ago)
- Last Synced: 2025-03-28T13:21:13.694Z (over 1 year ago)
- Topics: javascript, nasa-api, pwa, react, reactjs
- Language: JavaScript
- Homepage: https://astrodata.netlify.app
- Size: 4.66 MB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.netlify.com/sites/astrodata/deploys)
# Instructions
View Live Site [https://astrodata.netlify.app](https://astrodata.netlify.app)
## Required File
### ENV File
Required an .env file in root directory.
#### Inside .env
#### `REACT_APP_API` = Your Nasa Api Key
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!