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