Skip to content

219-Akbank-React-Bootcamp/Beyza_Koroglu_Final_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KANBAN BOARD APPLICATION

Application Features

Board

  • Add a board
  • Update board title (Only board owner)
  • Delete board (Only board owner)

Board Member

  • Add a board member (Only board owner)
  • Delete board member (Only board owner)

List

  • Add a list to board
  • Update list title (Only board owner)
  • Delete list (Only board owner)
  • Drag-drop list (Only board owner)

Card

  • Add a card to list
  • Update card title, description, duedata
  • Delete card
  • Drag-drop card

Label

  • Add a label to card
  • Delete label

Checklist

  • Add a checklist to card
  • Update checklist title
  • Delete checklist

Checklist Item

  • Add a item to checklist
  • Change boolean value of item
  • Delete item

Comment

  • Add a comment to card
  • Delete comment

Project Setup

Client Side

npm install && npm start

Server Side Github Repository

npm install
docker-compose up --build

Technologies Used In The Project

  • Axios
  • Material UI
  • React Beautiful DnD
  • React Router Dom
  • Styled Components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published