Movie Pick is an application to discover your favorite movies, get the information about a movie, rating, budget etc. You can pick your favorite movie by click "Add favorite button". The list of your favorite movies will saved in your local storage. Yo can re-sort the list
The application access api from https://www.themoviedb.org
- First clone this project
- Change directory into project
- Run
npm i
to install the dependencies - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
You can see the live application by visit the link (http://koyoroyo.com/movie-pick)