Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).