/trello-clone

An attempt to mimic the UI and main features of Trello. Built with React & TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

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