mkamranhamid / cool-pictures-of-space

My own version of NASAs "picture of the day" but with the ability to zoom in without clicking on the image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cool pictures of space

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.

Demo

cool-pictures-of-space

Installation

git clone https://github.com/benji011/cool-pictures-of-space
cd cool-pictures-of-space
yarn add

Add your own API key

Step 1: Go to the NASA API webpage and click "Generate API Key".

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

Contributing

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.

License

MIT

About

My own version of NASAs "picture of the day" but with the ability to zoom in without clicking on the image


Languages

Language:JavaScript 46.7%Language:HTML 36.7%Language:CSS 16.4%Language:Shell 0.2%