This is a project management application built with React that includes a dashboard for effective project tracking and management.
- Home: The main landing page of the application.
- Login: User authentication and login functionality.
- Message: Messaging feature for communication within the application.
- MyProject: View and manage your projects.
- Navbar: Navigation bar component for easy access to different sections.
- Pcalendar: Project calendar for scheduling and tracking project milestones.
- PrivateComponents: Private components used within the application.
- Sunday: Component for handling Sunday-related activities.
- Profile: User profile management.
- ProjectEmployee: Management of project employees.
- ProjectManager: Tools for project managers.
- ProjectCards: Visual representation of project details.
- ProjectNavbar: Navigation within project-related sections.
- PTimeline: Project timeline visualization.
- Added new client updates to various modules.
To get started with this project, follow the steps below:
-
Clone the repository
-
Install dependencies:
cd client/server npm install -
Start the development server:
npm start -
Open the application in your browser at
http://localhost:3000.
This project is licensed under the MIT License - see the LICENSE file for details.
If you would like to contribute to this project, please follow our Contribution Guidelines.
If you have any feedback, questions, or need support, please feel free to open an issue.
Happy coding!