Skip to content
/ pinit Public

A simple chrome extensions to manage and save links

Notifications You must be signed in to change notification settings

k8pai/pinit

Repository files navigation

Pinit

This is a demo project made to get a brief knowledge on how browser extensions work. The project keeps a list of your tabs that you want to save and visit later.

It also has a dedicated visit and copy button for each links that you've saved.

Enjoy pinning!!!

Run Locally

Clone the project

  git clone https://github.com/k8pai/pinit.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Launch a development local Server.

You can choose any one of your preference.