Front-end exercise, you are asked to create a page with angular capable of displaying youtube videos, with an history of viewed videos and a bookmark system. The history and the bookmarks should be saved on local storage.
- If you want to deploy the production application you need some type of simple server, I use serve
- Clone the repo
git clone https://github.com/its-a-maxi/video-player.git-
Navigate to the project folder
-
Install npm
npm install-
To deploy production app:
- Build the app
ng build
- Deploy the app
<simple server deployment> dist/angular-video-player/.
-
To use development mode:
- Deploy the app
ng serve
- Navigate to localhost:4200
Maximo Monroy - monroy.vds@gmail.com
Project Link: https://github.com/its-a-maxi/video-player

