Skip to content

Latest commit

Β 

History

History
50 lines (32 loc) Β· 1.88 KB

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.