Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.31 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.31 KB

Getting Started with Trello clone React App

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

Screenshots

image

Dependencies

  1. react-router-dom:^6.5.0
  2. react-feather icons
  3. reactjs: 18.2.0
  4. npm - 8.19.2
  5. node - 18.12.1

Installation and Setup Instructions

  1. install node(v18.12.1) on your machine
  2. npm install

Start

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

Features

  1. Drag and Drop for each task
  2. Add/Delete/Edit Card
  3. Add/Delete Board
  4. LocalStorage
  5. Separate labels for your boards list
  6. Simple comment section

Future improvements

  1. UI for workspace(route with js code and datalayer already handled)
  2. Add & edit your board list and multiple themes
  3. Filter and sorting
  4. User management and task assignment
  5. UI styling and UX improvements