This is a Project Management System built using Vue.js. The application is designed to help teams organize, track, and manage their projects efficiently. It includes features such as task management, project tracking, and user management, all organized under a clean and maintainable component structure.
- Project Management: Create, update, and delete projects.
- Task Management: Assign tasks to projects and users, update task statuses, and track progress.
- User Management: Manage user roles, permissions, and profiles.
This frontend application requires a backend to be fully functional. Please clone and set up the backend from the following repository:
- Backend Repository: Project Backend
Ensure the backend server is running and connected before using the frontend application.
To get started with the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/gayali/project-frontend.git
- Navigate to the project directory:
cd project-frontend - Install dependencies:
npm install
- Run the development server:
npm run serve
- Open your browser and navigate to:
http://localhost:8080