This application is made to simply deal with bookmarks. You can add bookmarks from 2 websites:
- Flickr
- Vimeo
Both video and photo have common properties:
- Url
- Author Name
- Title
- Upload date
- width
- height
- duration (only for video)
In order to build and deploy this app you need to have these packages:
npmIn order to install all the dependancies of this application you have to execute the following commands
npm installThis app uses localStorage in order to maintain bookmarks. If browser does not support localStorage all bookmarks will not be persistent after refresh.
Just type the following command in your terminal
npm startYou can launch unitary tests with this command
npm testIn order to make a production build you simply need to execute this line
npm buildYou can now host all the content of the build folder on a server.