Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rational-kunal/list-to-checklist
✅ A Chrome extension that converts all list elements into checklist elements.
https://github.com/rational-kunal/list-to-checklist
chrome-extension javascript react
Last synced: about 16 hours ago
JSON representation
✅ A Chrome extension that converts all list elements into checklist elements.
- Host: GitHub
- URL: https://github.com/rational-kunal/list-to-checklist
- Owner: rational-kunal
- License: mit
- Created: 2023-04-27T12:21:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T08:51:49.000Z (about 1 year ago)
- Last Synced: 2023-09-30T08:11:20.884Z (about 1 year ago)
- Topics: chrome-extension, javascript, react
- Language: JavaScript
- Homepage:
- Size: 493 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✅ List to Checklist
A Chrome extension that converts all list elements into checklist elements, making it easier to keep track of tasks and progress.
Recently, I started #100DaysOfSwift and needed a checklist to keep track of my progress. This extension solves that problem by converting list elements to checklist elements.
![ListToChecklist](https://github.com/rational-kunal/List-to-Checklist/assets/28783605/24c25fe4-1fb3-40d1-a632-7010862f6c66)
## Installing
1. Check if your `Node.js` version is >= **14**.
2. Run `npm install` to install the dependencies.
3. Build code by running command:```shell
$ npm build
```4. Enable 'Developer mode' in your Chrome browser.
5. Click 'Load unpacked', and select the `list-to-checklist/build` folder## Features
- Overall switch to enable and disable extension.
- Manual control over which websites to opt-in.
- Check/uncheck items on the list, which will be stored locally.
- Confetti on completing/checking task.---
Boiler plate is generated by [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext).