Skip to content

StrixV54/beyond_kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

design

Beyond's Kandan Board

A Kanban board where users can create, update, and move tasks across different columns.

Features

  • The board has three columns: To Do, In Progress, Done.
  • Users is able to add, edit, and move tasks between columns using drag & drop.
  • Implemented smooth animations for task transitions.
  • Persisted tasks in Local Storage so the board state remains after refresh.

Installation

  1. Download or clone this project.
  2. Install dependencies in root directory of this repository using the command npm install in terminal.
  3. Start the program using the command npm run dev.

Development

  • Run npm install to install dependencies.
  • Run npm run dev to start vite in dev mode.

Build Commands

For Production

  • npm run build: Builds the project for production.

Run Production build

  • npm run preview: Starts vite from prod build.

Tooling

This project uses:

  • React + Vite
  • Eslint

⭐ Check out the figma design here: Click here.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors