Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 323 Bytes

Trello Clone

Check the live demo.

Stack

  • TypeScript
  • React w/Hooks
  • State management: hooks (useState, useReducer) + Context API
  • Styled Components

How to run this project locally

  1. clone the repo
  2. npm i
  3. npm start