Kantrix is a minimalist, tech-inspired Kanban board that helps you organize tasks and stay focused.
- Three-column Kanban layout: To Do, In Progress, Done
- Drag-and-drop task workflow
- Add, edit, and delete tasks
- Task descriptions, due dates, priority, and category color tags
- Search and filter capability
- Dark and Light theme toggle
- Keyboard shortcuts for quick actions
- Progress indicators and task statistics
- Local storage persistence (offline-ready)
- HTML5
- CSS3
- Vanilla JavaScript (ES6+)
# Clone the repository
git clone https://github.com/shravan-7/kantrix.git
# Navigate into the project folder
cd kantrix
# Open index.html in your browser (Live Server recommended)- Add tasks using the + Add Task button
- Drag tasks between columns as they progress
- Use the search bar and filters to quickly locate tasks
- Toggle Dark/Light mode from the header
- Keyboard shortcuts:
N— Create new taskF— Focus search barT— Toggle theme
Contributions are welcome! Feel free to fork the repository and submit a pull request.
# Create a new branch
git checkout -b feature/your-feature-name
# Commit your changes
git commit -m "Add your message"
# Push to the branch
git push origin feature/your-feature-nameThis project is licensed under the MIT License — see the LICENSE file for details.
Made with ❤️ by Shravan