Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.88 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.88 KB

Taskzone 📋

Taskzone is a to-do list creation and management application that lets you easily manage your daily tasks and plans.

中文版

Features 🚀

  • Create, edit, delete to-do items 📝
  • Sort and filter to-do items by priority, deadline, status, etc. 🔍
  • Set reminders and notifications 🔔
  • Support saving all projects as files, which can be easily backed up to the cloud 💾
  • Support multiple languages and themes 🌐🎨

Technologies 🔧

This project uses Vue to build user interfaces. It also uses Taiwindcss, Ionic and daisyui to create beautiful and responsive pages and themes. It uses typeorm to manipulate data. It uses Capacitor to achieve cross-platform compilation functionality. All data is saved locally.

Preview 🖥️

  1. Clone this project to your local machine: git clone https://github.com/lushangkan/Taskzone.git
  2. Enter the project directory: cd Taskzone
  3. Install dependencies: yarn install
  4. Start the development server: yarn run dev
  5. Open http://localhost:80 in your browser to see the effect

Packaging 📦

See Capacitor docs for more information.

Contribution 💡

Any form of contribution is welcome, including submitting issues, suggestions, fixing bugs, adding features, etc. Please follow these steps:

  1. Create a branch: git checkout -b <branch-name>
  2. Commit your changes: git commit -am '<commit-message>'
  3. Push to the remote repository: git push origin <branch-name>
  4. Create a merge request

License 📄

This project is released under the GPL v3.0 license.