CodingGarden / seedling-school-01-frontend-project

For your first project, you will build a frontend website with HTML, CSS and JavaScript. The website will communicate and integrate with a 3rd party Web API.
MIT License
106 stars 15 forks source link

Out of This World Project Submission #19

Open lax0248917 opened 4 years ago

lax0248917 commented 4 years ago

Out Of this World https://github.com/lax0248917/outOfThisWorld/blob/master/outOfThisWorld/readme.md

This project is to develop a webapp that will allow the user to enter in a specific date. From the date that is entered, a image will be rendered to show the Nasa Astronomy Picture of the Day (APOD) corresponding to that date. Giving the user a daily glance that is "Out of this World"!

https://api.nasa.gov/

lax0248917 commented 4 years ago

Submitted / Description under review

w3cj commented 4 years ago

Looks good to me! Feel free to get started.

w3cj commented 4 years ago

Any updates to share?

lax0248917 commented 4 years ago

Thank you for reaching out. Was hoping to be further along in this project but life has gotten in the way. I have currently worked out some of the wireframe design and implemented that, as well as pushed those changes to github. Struggling with how to write the logic where the date entered will access the api and grab the correct url for the Picture of the Day. Always open for suggestions! Thank you

w3cj commented 4 years ago

Any new updates to share?

lax0248917 commented 4 years ago

I have finally gotten the code to fetch the image from the NASA API. Looking for a code review

lax0248917 commented 4 years ago

I am not sure how to deploy this to Heroku without violating the rules for the project. Is there a process that we should follow for deploying this one page app to a service like heroku?