Skip to content

mikollo/Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Up and running

Start dev server

yarn start

Build

yarn build

Run tests

yarn test

Run type checker

yarn type-check

Run linter

yarn lint

Objectives

  1. List creation - as a user I want to add a new list (with a name) to the board view
  2. List name edition - as a user I want to edit the name of any list. An in-line solution is perfectly fine in this case.
  • Requirements
    • The list name cannot be empty ​
    • Max length - 30 characters
  1. Tasks creation - as a user I want to add a new card to one of the existing lists.
  • Requirements
    • Every card has a title and description ​b.​ The title cannot be empty ​- Title and description are editable fields

About

Programming challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published