Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 596 Bytes

MovieBrowser

MovieBrowser is fun project made in Angular to test new features and experiment with Angular.

This project was built using Angular, and the TheMovieDbAPI.

You can see live preview of this website through Github Pages.

Image of GymNotes

Installation

Use the package manager npm.

  1. Clone this project
  2. Install dependencies
npm install
  1. Start project
npm start

MovieBrowser is now running at http://localhost:3000!