Skip to content

Little react app in order to deal with bookmarks

Notifications You must be signed in to change notification settings

FloV22/BookMarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BOOKMARK MANAGER

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)

Getting Started

Prerequisites

In order to build and deploy this app you need to have these packages:

  npm

Installing

In order to install all the dependancies of this application you have to execute the following commands

  npm install

This app uses localStorage in order to maintain bookmarks. If browser does not support localStorage all bookmarks will not be persistent after refresh.

Start developping

Just type the following command in your terminal

npm start

Launch test

You can launch unitary tests with this command

npm test

Build and deployement

In order to make a production build you simply need to execute this line

npm build

You can now host all the content of the build folder on a server.

About

Little react app in order to deal with bookmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published