DevTracker is a modern project management frontend that helps teams track tasks, manage projects, and collaborate efficiently. This repository contains the React.js + TypeScript frontend of the app.
- ✅ View all projects with deadlines and descriptions
- ✅ Create, edit, and delete tasks in projects
- ✅ Drag-and-drop task management for seamless workflow
- ✅ Responsive, mobile-friendly UI
- ✅ Integration-ready with backend APIs
Frontend: React.js, TypeScript
UI Library: Bootstrap, Lucide Icons
Routing: React Router
State Management: React Hooks
API Communication: Axios
Check out the live demo: DevTracker Demo

-
Clone the repository
git clone https://github.com/jarvis2754/devtracker-frontend.git
cd devtracker-frontend
-
Install dependencies
npm install
-
Run the app
npm start
-
Open http://localhost:3000 in your browser.
- Fork the repository
- Create a feature branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.
Made with ❤️ by Vignesh P.
Connect with me: LinkedIn | GitHub