Skip to content

rubyllamadora/node-backend-starter-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GA Logo

WDI Instructor Code Challenge

GOAL

Create a single page application that will utilize an external API to request movie data. The client side application will be served by a back-end which will have the ability to persist data.

Back-end - NodeJS/Express

  • Debugged and fixed the backend
  • Added hbs as a view engine to display the return output in html format

Front-end Implementation

  • Used Vanilla Javascript to call via API provided by OMDBapi.

  • The landing page has a form where a user can search by movie title

  • The user will be redirected to the details page once they click on the movie title

  • On the result page and detail page, there is a favorite button where user can click and be redirected to the list of favorites

Deployment

Notes

  • The favorites are not IP based. Meaning, it will just keep adding to the data regardless of the browser/computer used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published