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

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

Awesome Lists containing this project

README

          



Zen Todo List


Zen Todo List

Version 1.0.0
License MIT
Author Andre Felipe

## 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
```