Skip to content
/ kanbanvue Public

KanbanVue is a web app built using the Vuejs framework, specifically HTML, CSS and Javascript. It allows users to manage their tasks in a Jira-like environment. Tasks can be tracked in the landing page as simple todos or in a kanban board, organized depending on their status. The app can also notify the user of due tasks via custom notifications.

Notifications You must be signed in to change notification settings

sb5m/kanbanvue

Repository files navigation

KanbanVue

KanbanVue is a task management web application built with the Vue.js framework, utilizing HTML, CSS, and JavaScript. It provides a streamlined and intuitive way for users to organize their workflow in a Jira-like environment. With KanbanVue, tasks can be managed either as simple to-do lists on the landing page or as cards on a Kanban board that reflect their statuses. The app also includes customizable notifications to remind users of upcoming due dates.


Features

  • Task Management: Add, edit, and organize tasks with ease.
  • Kanban Board: Visualize your workflow by categorizing tasks based on their status.
  • To-Do Lists: View and manage tasks in a minimalistic list format.
  • Custom Notifications: Get reminded of due tasks with personalized alerts.
  • User-Friendly Interface: Click and go. Built for simplicity and efficiency.

Getting Started

Follow these instructions to set up and run the project locally:

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (LTS recommended)
  • npm (Node Package Manager, comes with Node.js)

Installation

To install the required dependencies, run:

npm install

Development

To start a local development server with hot-reload functionality, execute:

npm run serve

Build for Production

To build the app for production deployment, use:

npm run build

Deployment

For deployment, you can use:

npm run deploy

Customization

For advanced configurations, refer to the official Vue CLI Configuration Reference.


Contributing

Contributions, issues, and feature requests are welcome! Feel free to fork this repository and submit a pull request.


Acknowledgments

Special thanks to the Vue.js community for their amazing tools and resources!

About

KanbanVue is a web app built using the Vuejs framework, specifically HTML, CSS and Javascript. It allows users to manage their tasks in a Jira-like environment. Tasks can be tracked in the landing page as simple todos or in a kanban board, organized depending on their status. The app can also notify the user of due tasks via custom notifications.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published