Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k8pai/pinit

A simple chrome extensions to manage and save links
https://github.com/k8pai/pinit

brave-extension chrome-api chrome-extension extensions pinit tailwindcss urlsaver

Last synced: about 1 month ago
JSON representation

A simple chrome extensions to manage and save links

Awesome Lists containing this project

README

        

# 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

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

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Launch a development local Server.
- i'd prefer using one from [Ritwick Dey](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)

You can choose any one of your preference.