Assignment

Objectives

By the end of this project you will:

  • clone a Github project.
  • install a npm package.
  • debug a piece of code.

Introduction

Our intern Dan is working on this killer Movie Quotes App that returns a random movie quote. Right now all it does is render a blank screen in the web browser. Fork the repository found here and help Dan fix it.  

Running the webserver

  1. Open terminal in the project directory.
  2. run command "npm run start"
  3. Server will start on port 3000
  4. navigate to localhost.com:3000/

working app

Submission Requirements

Please include the url to your forked repository with the fixed webserver in your application to Inclusion's program.

References