A simple and intuitive Kanban board to manage your tasks efficiently.
Introduction · Features · Tech Stack · Development Setup · Contributing
Boardify is a lightweight and efficient Kanban board designed to help you organize tasks effortlessly. Explore the codebase to discover more.
-
Create Tasks
-
Edit & Delete Tasks
-
Drag & Drop
-
Task Reordering
-
Task Prioritization
-
Search & Filter
-
Multiple Board Support
-
Dark/Light Theme
-
Local Storage Persistence
-
Fully Responsive Design
-
HTML5 – structuring
-
Tailwind CSS – utility-first styling
-
JavaScript – functionality
-
Git – version control
-
Vercel – deployment
-
Prerequisites
Make sure you have the following installed on your machine: -
Clone the repository:
git clone https://github.com/devwithjay/boardify.git
-
Navigate to the project directory:
cd boardify
-
Install dependencies:
pnpm install
-
Start the App:
pnpm dev
Visit http://localhost:3000 to access your app.
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
This project is licensed under the MIT License. Feel free to learn, add upon, and share!