Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 476 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 476 Bytes

Trello Clone

Having a bit of fun messing around with React/Redux/Typescript in order to clone some features from Trello.

Todo

  • Introduce a router (Try out Reach Router to explore differences?)
  • Unit tests for components
  • Implement a Boards route to display all of the boards.
  • Implement a Home route to show a home page with a card layout
  • Hook up add list functionality
  • Hook up add card functionality
  • Drag and drop functionality