This repository is my pet project, clone of the Trello application. The project is posted on Netlify : click here.
Used stack :
- React + Typescript
- CSS: styled-components
- App state management: Redux RTK .
- Implemented drag and drop functionality for columns and tasks using react-dnd.
This project is part of the typescript course in the book fullstack io. The book uses pure Redux. During the development I decided to use Redux RTK which significantly reduced the amount of template code.