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

https://github.com/racky7/kanban-dashboard

Kanban Dashboard using ReactJS
https://github.com/racky7/kanban-dashboard

context-api hooks javascript kanban-board react trello-clone usecallback usereducer

Last synced: about 1 month ago
JSON representation

Kanban Dashboard using ReactJS

Awesome Lists containing this project

README

        

# Kanban-Dashboard

Kanban Dashboard UI using ReactJS

Deployed URL - https://raj-kanban-dashboard.vercel.app/

## Local Installation

1. Clone the repository:

```bash
git clone https://github.com/racky7/kanban-dashboard
2. Navigate to the project's directory:

```bash
cd kanban-dashboard
3. Install dependencies:
```bash
npm install
4. To run the project locally:
```bash
npm run dev