Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shuklaritvik06/kanban-board

Kanban Board
https://github.com/shuklaritvik06/kanban-board

kanban mongodb nodejs tailwind

Last synced: 28 days ago
JSON representation

Kanban Board

Awesome Lists containing this project

README

        

# Kanban Board

This project aims to provide a simple yet effective Kanban board implementation for managing tasks. This Kanban board offers a user-friendly interface to streamline your processes.

![](./screenshots/Board%20Screen.png)
![](./screenshots/Add%20Task.png)
![](./screenshots/Edit%20Task.png)

## Getting Started

To get started with the Kanban Board, follow these steps:

1. **Clone the Repository**: Clone this repository to your local machine using the following command:
```
git clone https://github.com/shuklaritvik06/kanban-board.git
```

2. **Install Dependencies**: Navigate to the project directory and install the necessary dependencies for the frontend using npm or yarn:
```
cd kanban-board
npm install
```

3. **Navigate to Backend Directory**: Change directory to the backend directory to set up the server:
```
cd backend
```

4. **Install Backend Dependencies**: Install the necessary dependencies for the backend using npm:
```
npm install
```

5. **Start the Development Server**: Run the development server to launch the Kanban board application:
```
npm run dev
```

6. **Access the Application**: Once the development server is running, access the Kanban board application in your web browser at `http://localhost:3000`.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.