A modern project management system inspired by Jira, built with HTML, CSS, and JavaScript.
- 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-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
-
Clone the repository:
git clone https://github.com/yourusername/project-management.git
-
Navigate to the project directory:
cd project-management -
Open the project in your preferred web browser or set up a local server.
- HTML5
- CSS3
- JavaScript (ES6+)
- Local Storage (for data persistence)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request