Skip to content

SaadKhanOz/Project_Hub

Repository files navigation

Project Management System

A modern project management system inspired by Jira, built with HTML, CSS, and JavaScript.

Features

  • User authentication and profile management
  • Project creation and management
  • Kanban board with drag-and-drop functionality
  • Task management with priorities and status tracking
  • Team collaboration features
  • Real-time chat functionality
  • Project analytics and reporting

Project Structure

project-management/
├── assets/
│   ├── css/
│   │   ├── home.css
│   │   ├── chat.css
│   │   ├── projectBoard.css
│   │   └── ...
│   ├── js/
│   │   ├── home.js
│   │   ├── chat.js
│   │   ├── projectBoard.js
│   │   └── ...
│   └── images/
├── pages/
│   ├── home.html
│   ├── chat.html
│   ├── projectBoard.html
│   └── ...
└── README.md

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/yourusername/project-management.git
  2. Navigate to the project directory:

    cd project-management
  3. Open the project in your preferred web browser or set up a local server.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • Local Storage (for data persistence)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

About

A web based project management system that allow project managers or project members to manage projects, add issues, assign these issues accross teams, allowing team members to invite new team members and also allowing them to communicate with their team members.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors