About the project | Technologies | Getting started | License
A complete Kaban Board application. (Trello/Jira Clone)
[✔] Fully accessible with keyboard navigation and interaction
[✔] Add tasks to a board column
[✔] Remove tasks from board columns
[✔] Rename tasks
[✔] Move tasks to other board columns using drag and drop
[✔] Create new board columns (e.g.: Todo, Done, Doing, QA...)
[✔] Rename board columns
Technologies that were used in this application
- Node.js
- TypeScript [The project it fully typed]
- React
- Easy-Peasy Redux [Cool Redux Abstraction]
- React Beautiful DnD [Drag-n-Drop Library]
- Chakra-UI [Tailwind-like style library]
You can use the deployed application here: KabanBoard
Clone the project and access the folder
$ git clone https://github.com/chamatt/tasks-kaban-board.git && cd tasks-kaban-board
Follow the steps below
# Install the dependencies
$ yarn
# Run in dev mode
$ yarn start
# or generate a build
$ yarn build
# Well done, project is started!
This project is licensed under the MIT License - see the LICENSE file for details.