From d172f58d6334ab6d657df57896028bb5de3aa2cc Mon Sep 17 00:00:00 2001 From: Mridun Gupta Date: Thu, 29 Aug 2024 23:57:11 +0530 Subject: [PATCH] Project Documentation Updated README.md to provide an overview, and essential information about the project. --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd5477f --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# A Simple, Basic, Handcrafted Kanban Template + +A fully functional Kanban board, meticulously crafted using HTML, CSS, and JavaScript. Unlike basic Kanban boards, this version offers an advanced feature: tasks and board data are stored in JSON format within your browser's local storage. This means your data is preserved even after you refresh the page, making it a reliable tool for managing your workflow. + +## How This Idea Clicked Me? + +The inspiration for this project came from a desire to create a more robust and user-friendly task management system. Traditional Kanban boards often lose data upon refreshing, which can be frustrating for users. I wanted to solve this problem by implementing a solution that ensures your tasks are always saved and easily retrievable. The result is an advanced Kanban board that combines simplicity with powerful data management features. + +## Features +- **Handcrafted Design**: A clean and polished interface that is as functional as it is visually appealing. +- **Local Storage Integration**: Utilizes JSON format to store your tasks and project data locally, making it easy to pick up right where you left off. +- **Fully Responsive**: Designed to work seamlessly across devices, whether you're on a desktop, tablet, or smartphone. +- ****: + +## How to Get It Personalized for You? + +1. **Fork this repository** onto your GitHub profile. +2. **Perform the desired following edits**. +3. **Host it** using any tools you prefer (e.g., Vercel, Netlify, GitHub Pages, etc.). + +## How to Use It? + +- **Open the KanbanBoard**: Access the [website](https://KanbanBoard.ship.mridungupta.eu.org) and start managing your tasks temporarily on the go. +- **Add Tasks**: Create tasks and place them in the appropriate columns. +- **Drag and Drop**: Move tasks between columns to update their status. +--- + +This project isn’t just another task management tool—it’s a personal project crafted with care to help you stay organized and focused. Whether you're managing a small project or a large workflow, **KanbanBoard 2.0** is here to streamline your process and enhance productivity. Dive into the code, explore its features, and make it your own! \ No newline at end of file