A simple Project Management (Task Tracker) web application built with Vue.js + Vite.
This app lets you create, organize, and track tasks/projects with a modern frontend UI.
🔗 Live Demo: https://project-mng-jade.vercel.app
✔ Create new projects
✔ Add and update tasks
✔ Mark tasks as done
✔ Delete tasks
✔ Responsive and clean UI
🛠 Built with:
- Vue.js & vuetify (Frontend)
- Vite (Fast development tooling)
- JavaScript
- CSS for styling
- Clone repository
git clone https://github.com/moh-bash/project_mng.git
2.Install dependencies
npm install
3.Run locally
npm run dev
Once running locally:
- Visit http://localhost:3000 in your browser
- Create a task or project
- Mark tasks as completed
Include screenshots of:
- Landing page
- Task creation UI
- Completed tasks
- Handling state in Vue
- Component architecture
- Frontend interactions
- DOM manipulation
This is a portfolio / practice project to master front-end skills and GitHub usage.
