Taskill Dashboard is a web application designed to manage tasks efficiently. This project allows users to create, track, and update tasks conveniently, offering a seamless experience for task management.
Live at: http://taskill.me
Backend (Django) at: https://github.com/m-agour/Taskill-Backend
- Task Management: Create, update, and delete tasks effortlessly.
- Status Tracking: Track task status (To Do, In Progress, Done) visually.
- Priority Control: Manage task priorities with ease.
- Time Tracking: Monitor elapsed time for ongoing tasks.
Installation
Usage
Contributing
License
- Clone the repository:
git clone https://github.com/your-username/taskill-dashboard.git
- Install dependencies:
cd taskill-dashboard
npm install
- Run the application:
npm start
- Access the Taskill Dashboard via your browser at
http://localhost:3000
.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/improvement
). - Make modifications and commit changes (
git commit -am 'Add feature/improvement'
). - Push to the branch (
git push origin feature/improvement
). - Create a pull request.
This project is licensed under the MIT License <LICENSE>
.