Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 341 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 341 Bytes

TrelloLike

A kanban application done as a take home assignment. I was responsible for adding logic for the client and server for features such as drag-and-drop lists & other CRUD operations. The focus was more on the logic rather than the presentation.

You can run this by cloning the repository and running:

npm install && npm start