Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1014 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 1014 Bytes

BABEL FORGE

Overview:

BabelForge is a Team Collaboration Tool designed to optimize team communication, collaboration, and task management. By providing an integrated platform, it aims to simplify project workflows, ensure seamless interaction among team members, and offer visibility into project progress.

Main Features:

  1. Project Info Management
  2. Drag & Drop Task Management
  3. Task Boards (Kanban Style)
  4. Progress Tracking
  5. Issue Tracking and Reporting
  6. Labels for Different Projects
  7. Notification System
  8. Comments and File Attachments
  9. Search and Filters
  10. Task Dependencies
  11. Review System
  12. Export Reports

To Run Local

# Clone this project
$ git clone https://github.com/younusFoysal/BabelForge.git

# Access
$ cd BabelForge

# Install dependencies
$ npm i

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:5173>