Skip to content

Commit

Permalink
Project Documentation
Browse files Browse the repository at this point in the history
Updated README.md to provide an overview, and essential information about the project.
  • Loading branch information
mridun-gupta committed Aug 29, 2024
1 parent 80d383c commit d172f58
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit d172f58

Please sign in to comment.