Skip to content

juhii31/Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanban Board

A React-based Kanban board application for task management with drag-and-drop functionality.

Features

  • Drag and drop tasks between columns
  • Create, edit, and delete tasks
  • Task prioritization (low, medium, high)
  • Task labeling (bug, feature, documentation, design, enhancement)
  • Due date assignment
  • Filter tasks by priority and labels

Technologies Used

  • React 18
  • TypeScript
  • CSS3
  • react-datepicker

Getting Started

  1. Clone the repository
git clone [your-repository-url]
  1. Install dependencies
npm install
  1. Start the development server
npm start

The application will open in your default browser at http://localhost:3000.

Project Structure

  • /src/components - React components
  • /src/types - TypeScript type definitions
  • /src/styles.css - Global styles
  • /public - Static files

Available Scripts

  • npm start - Runs the app in development mode
  • npm test - Launches the test runner
  • npm run build - Builds the app for production
  • npm run eject - Ejects from Create React App

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors