An open API service indexing awesome lists of open source software.

https://github.com/devwithjay/boardify


https://github.com/devwithjay/boardify

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        


Boardify



A simple and intuitive Kanban board to manage your tasks efficiently.


Jio Network blocking the view? Network switch reveals the magic!

[![Twitter Badge](https://img.shields.io/badge/-@devwithjay-1ca0f1?style=social&labelColor=red&logo=x&logoColor=black&link=https://twitter.com/devwithjay)](https://twitter.com/devwithjay)  [![Linkedin Badge](https://img.shields.io/badge/@devwithjay-0e76a8)](https://www.linkedin.com/in/devwithjay/)  [![Mail Badge](https://img.shields.io/badge/[email protected]?style=flat&labelColor=c0392b&logo=gmail&logoColor=pink)](mailto:[email protected])  [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)  [![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

 [See it in Action](https://the-boardify.vercel.app/)  »



Introduction
· Features
· Tech Stack
· Development Setup
· Contributing



## ❄️   Introduction

Boardify is a lightweight and efficient Kanban board designed to help you organize tasks effortlessly. Explore the codebase to discover more.



Jio Network blocking the view? Network switch reveals the magic!




## 🔋   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


## ⚙️   Tech Stack

- [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


## 🖥️   Local Development

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!