- I used NASA Picture Of The Day API
- I generated an API key, FOR FREE, to get the images.
- I used React.Js to build this.
- I used JSX to add the Interface.
- Finally, I sprinkled CSS to add style.
- 🌟 Star the repo, so you don't lose it!
- 🍴 Fork the repo, to have your own copy.
- Clone the Forked clone to your local PC.
- Open terminal and go to the cloned repo.
- Copy all the files.
- Make a new react app on your PC. Use this to help.
- After react app is made, go to it and
npm start
. - Remove the
public
andsrc
. - Paste in the copied files.
- Go to
App.js
and find the API call, and replaceDEMOKEY
with your generated one.