Skip to content

A to-do app built with Vue.js 3, Composition API, and local storage

Notifications You must be signed in to change notification settings

bloominghowl/Dziku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Dziku:

Description

Dziku is a user-friendly task management application built with Vue.js. Dziku empowers you to organize your daily tasks and stay on top of your goals.

Features:

Task Management:

  • Add new tasks with clear descriptions.
  • Edit existing tasks to update details.
  • Task Categorization: Organize tasks by category (business, personal, school, errands) for better focus.
  • Clean and Intuitive Interface:
  • Modern and minimalist design for a clutter-free experience.
  • Responsive layout ensures optimal viewing across various devices (desktop, mobile, tablet).

Planned Features (Future Development):

  • Task completion: Mark tasks as complete as you progress, providing a sense of accomplishment.
  • Task Prioritization: Mark tasks as high, medium, or low priority to prioritize crucial items and ensure you tackle the most important ones first.
  • Due Dates: Assign due dates to tasks for a clear overview of your schedule and to avoid missing deadlines.
  • User Accounts: Create user accounts to save your tasks and access them from any device (planned). This allows for task syncing across devices for ultimate convenience.

Getting Started

Prerequisites

  • Node.js and npm (or yarn) installed on your system.
  • Basic understanding of Vue.js concepts is helpful.

1. Clone the repository

git clone https://github.com/bloominghowl/dziku.git

2. Install dependencies

cd client
npm install
  • or
yarn install

3. Run the development server:

npm run dev
  • or
  yarn run dev

This will start the development server and open the app in your web browser, typically at http://localhost:8080/.

Deployment

Dziku is currently live at dziku.vercel.app.

Built with

  • vuejs

Author: Angela Ayivi

Stay Tuned!

The Dziku development journey continues! We're actively working on adding new features and improving the overall user experience. Here's a glimpse into what's planned for the future:

  • Task Categorization (planned)
  • Task Prioritization (planned)
  • Due Dates (planned)
  • User Accounts (planned)

We'll keep this repository updated with progress and new features. Feel free to reach out with any questions or suggestions.

About

A to-do app built with Vue.js 3, Composition API, and local storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published