This is a simple app that uses the NASA API to get the astronomy picture of the day, event tracker, near earth asteroids and mars rover photos.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_NASA_API_KEY = your NASA API key
Clone the repository and run the following commands:
npm install
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.