NASA has a "picture of the day" webpage. But the problem is to view the image up close you need to click the image to open a new window/tab.
My version takes this step away by letting you view it up close by simply hovering over the image.
This app uses the NASA API so in order to run it locally you need to generate your own API key.
git clone https://github.com/benji011/cool-pictures-of-space
cd cool-pictures-of-space
mv .env.example .env.development.local
yarn add
Step 1: Go to the NASA API webpage and Generate API Key by filling up your details
Step 2. Open .env.development.local
and then replace yourapikey
with the key you just obtained.
REACT_APP_API_KEY=yourapikey
Step 3. Run the project with:
yarn 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.