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.
Use the package manager npm.
- Clone this project
- Install dependencies
npm install
- Start project
npm start
MovieBrowser is now running at http://localhost:3000!