https://github.com/andrefelipe18/zen-todolist
TodoList inspired by Zen-Browser
https://github.com/andrefelipe18/zen-todolist
mozilla mozilla-firefox-addon zen-browser
Last synced: about 1 year ago
JSON representation
TodoList inspired by Zen-Browser
- Host: GitHub
- URL: https://github.com/andrefelipe18/zen-todolist
- Owner: andrefelipe18
- Created: 2024-09-21T19:25:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-28T15:51:48.000Z (over 1 year ago)
- Last Synced: 2025-04-10T17:14:47.219Z (about 1 year ago)
- Topics: mozilla, mozilla-firefox-addon, zen-browser
- Language: Vue
- Homepage:
- Size: 343 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zen Todo List
## Description
This is a simple todo list application that allows users to add,and delete tasks. The application is built using Vue and WXT. The application is styled using Tailwind CSS.
## How to run the extension
1. Clone the repository
```bash
git clone https://github.com/andrefelipe18/Zen-TodoList.git todo-zen
```
2. Navigate to the project directory
```bash
cd todo-zen
```
3. Install the dependencies
```bash
bun install
```
4. Run the application in development mode
```bash
bun run dev
```
5. Build the application
```bash
bun run build # Creates a chrome extension
# ------------------
bun run firefox:setup # Creates a firefox extension
```