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 14 forks source link

Submitted / Description Under Review #23

Open Christopher-Austin opened 4 years ago

Christopher-Austin commented 4 years ago

Project Name / Title MovieSearch

2 - 3 Sentence Project Description (Elevator Pitch) Search a movie API based on user input. It will return movie poster and description.

What is your motivation for creating this project? I love movies and building something on my own is an exciting idea.

How will users interact with your web site? There will be a search bar that the user can input a movie name. I would like it to be able to check spelling, projected search idea as you type would be cool.

What 3rd Party API(s) will you integrate with? Link to the API documentation here: http://www.omdbapi.com/ Tech Stack I will use Semantic UI. No 3rd Party js libraries. Will you try to implement any stretch features? What will be your process? What project management tool will you use? How often will you commit your code? Daily. How will you test your web site? I will test locally and when deployed I will have co-workers test it on their computers to make sure that it still looks good. How will you design the layout of your website? Will you use a wire framing tool? I will you draw it on paper? I will sketch it on paper, but am learning about wire frames.

Link to repo: https://github.com/Christopher-Austin/Movie-Search/blob/master/Project_Description_Template.md

w3cj commented 4 years ago

Looks good to me! Feel free to get started.

w3cj commented 4 years ago

Any updates to share?

Christopher-Austin commented 4 years ago

I have finished writing it. I am working on deploying to heroku

Christopher-Austin commented 4 years ago

http://moviesearchthing.herokuapp.com/ I am getting Application Error. The build is telling me it is good. 1st deployment and first self made project.

Christopher-Austin commented 4 years ago

site is loading but the API is not responding when a search is made on the site, locally it works fine.

Christopher-Austin commented 4 years ago

I think everything is working now. Should be good for review.

w3cj commented 4 years ago

UI Review

w3cj commented 4 years ago

Code Review Checklist

README

HTML

JavaScript