Skip to content

andrefelipe18/Zen-TodoList

Repository files navigation

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
git clone https://github.com/andrefelipe18/Zen-TodoList.git todo-zen
  1. Navigate to the project directory
cd todo-zen
  1. Install the dependencies
bun install
  1. Run the application in development mode
bun run dev
  1. Build the application
bun run build # Creates a chrome extension
# ------------------
bun run firefox:setup # Creates a firefox extension