DevChallenge 11 final round task in the category Front-End JS.
- 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.
- Open
/dist/index.html
npm installnpm start- Open http://localhost:3000
- Client: React, Redux, ES6