Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.42 KB

README.md

File metadata and controls

65 lines (40 loc) · 1.42 KB

Project Collab App

Overview

This project is a simple clone of project collab/management services like Jira, Trello, etc. Users can create ToDo, Doing, Done tasks and update them as well. It uses HTML5 drag & drop APIs to drag cards to different categories. Cards are sorted according to their modified time. State of the data is preserved so you don't lose anything.

Tech Stack

Client : React, React-bootstrap (UI)

Features

  • Multiple categories and columns
  • Ordered data
  • Validation of data
  • Persistent State
  • Add, Update or Delete cards
  • Drag and Drop cards
  • Simple and clean user interface

Run Locally

  • Clone the project
git clone https://github.com/theanujdev/project-collab-demo.git
  • Go to the project directory
cd project-collab-demo
  • Install dependencies
yarn install
  • Start the server
yarn start

Screenshots

App Home

Create card

Edit card

Feedback

If you have any feedback, please reach out at @theanujdev

Authors

License

MIT