Skip to content

Repository files navigation

Kanban todo board

DevChallenge 11 final round task in the category Front-End JS.

Implementation of the kanban todo board.

  • Board is divided on the status columns (e.g. Todo, Doing, Done);
  • User can add columns;
  • User can create, edit and delete tickets;
  • User can move tikets between status columns;
  • Each ticket contains title, description and category with specific colors;
  • All data is stored in localStorage.

1. Launching the project

  1. Open /dist/index.html

2. Development mode

  1. npm install
  2. npm start
  3. Open http://localhost:3000

Technologies used

  • Client: React, Redux, ES6

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages