https://github.com/devwithjay/boardify
https://github.com/devwithjay/boardify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devwithjay/boardify
- Owner: devwithjay
- License: mit
- Created: 2025-03-06T15:02:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:45:22.000Z (2 months ago)
- Last Synced: 2025-03-06T16:23:05.671Z (2 months ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
A simple and intuitive Kanban board to manage your tasks efficiently.
![]()
[](https://twitter.com/devwithjay) [](https://www.linkedin.com/in/devwithjay/) [](mailto:[email protected]) [](https://conventionalcommits.org) [](https://choosealicense.com/licenses/mit/)
[See it in Action](https://the-boardify.vercel.app/) »
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.
## 🔋 Features
- 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](https://developer.mozilla.org/en-US/docs/Web/HTML) – structuring
- [Tailwind CSS](https://tailwindcss.com/) – utility-first styling
- [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript) – functionality
- [Git](https://git-scm.com/) – version control
- [Vercel](https://vercel.com/) – deployment
0. **Prerequisites**
Make sure you have the following installed on your machine:- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en) (v20+)
- [pnpm](https://pnpm.io/) (Package Manager)1. **Clone the repository:**
```bash
git clone https://github.com/devwithjay/boardify.git
```2. **Navigate to the project directory:**
```bash
cd boardify
```3. **Install dependencies:**
```bash
pnpm install
```4. **Start the App:**
```bash
pnpm dev
```Visit [http://localhost:3000](http://localhost:3000) to access your app.
## Contributing
Contributions are always welcome!
See [CONTRIBUTING.md](./CONTRIBUTING.md) for ways to get started.
## 🪪 Licensing Information
This project is licensed under the [MIT License](./LICENSE). Feel free to learn, add upon, and share!