This Project is to clone Trello using react, local storage, and typescript where users can manage tasks using Trello clone
Deployed app URL : https://lowbp.github.io/
FYI: Not focused much on style improvements
- react-router-dom:^6.5.0
- react-feather icons
- reactjs: 18.2.0
- npm - 8.19.2
- node - 18.12.1
- install node(v18.12.1) on your machine
npm install
Start the app with the following command:
npm start
Every time you change your code the app will be reloaded automatically.
To Visit App Via Browser:
http://localhost:3000
- Drag and Drop for each task
- Add/Delete/Edit Card
- Add/Delete Board
- LocalStorage
- Separate labels for your boards list
- Simple comment section
- UI for workspace(route with js code and datalayer already handled)
- Add & edit your board list and multiple themes
- Filter and sorting
- User management and task assignment
- UI styling and UX improvements