Skip to content

AnuMutyala/react-trelloFromScratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRELLO APP

consumed the data of the fake API provided in (https://github.com/typicode/json-server). Created a single page that lists all columns with their respective cards. Each list is defined by a title and the cards it contains, Each card is defined by a mandatory title, an optional description and the column that it belongs to. displayed all columns with all cards from the fake API, create a new card, modify a card, delete a card, add a list, modify a list (list data is modified when user drags and drops the cards from one list to another list), delete a list, search for any keywords presents on one or multiple cards. The view is able to update without reloading the whole page, click on a card to see its description. The description should be in the same view and extend the card container. It will not open in another page or popup/modal. Cards and columns are unique (i.e we should not see 2 cards or 2 lists with the same title).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published