Skip to content

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

Notifications You must be signed in to change notification settings

girisagar46/cool-pictures-of-space

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.7%
  • HTML 36.7%
  • CSS 16.4%
  • Shell 0.2%