Sprintly is a streamlined project management tool designed to help Agile teams plan, track, and execute their sprints with ease. It provides a clean interface for managing backlogs, assigning tasks, and monitoring project progress. This tool focuses on improving team productivity with intuitive UI and essential sprint features.
- Sprint Planning: Easily move tasks from the backlog into active sprints.
- Kanban Board: Visualize workflow with "To Do", "In Progress", and "Done" columns.
- Task Management: Create, edit, and assign tasks with priority levels and labels.
- Team Collaboration: Real-time status tracking for team members. :contentReference
- Responsive UI: Optimized for both desktop and mobile views. :contentReference
This project uses modern web technologies:
- Frontend: React, TypeScript, HTML, CSS (TailwindCSS likely)
- State Management: (Context API or Redux — inferred based on common patterns)
- Tooling: Vite for build tooling and fast development.
To get a local copy up and running:
You’ll need:
- Node.js (version 14.x or higher)
- npm or yarn
-
Clone the repository
git clone https://github.com/adityaj0412/sprintly.git -
Navigate to the project
cd sprintly -
Install dependencies
npm install # or yarn install -
Start the development server
npm start # or yarn start
Aditya GitHub: https://github.com/adityaj0412