Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k8pai/pinit
- Owner: k8pai
- Created: 2023-02-17T08:47:26.000Z (almost 2 years ago)
- Default Branch: k8pai
- Last Pushed: 2023-10-17T21:23:26.000Z (about 1 year ago)
- Last Synced: 2023-10-17T22:28:42.926Z (about 1 year ago)
- Topics: brave-extension, chrome-api, chrome-extension, extensions, pinit, tailwindcss, urlsaver
- Language: CSS
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.