Taskill Dashboard

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.

image

Live at: http://taskill.me

Backend (Django) at: https://github.com/m-agour/Taskill-Backend

Features

  • 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.

Table of Contents

  • Installation
  • Usage
  • Contributing
  • License

Installation

  1. Clone the repository:
git clone https://github.com/your-username/taskill-dashboard.git
  1. Install dependencies:
cd taskill-dashboard
npm install

Usage

  1. Run the application:
npm start
  1. Access the Taskill Dashboard via your browser at http://localhost:3000.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make modifications and commit changes (git commit -am 'Add feature/improvement').
  4. Push to the branch (git push origin feature/improvement).
  5. Create a pull request.

License

This project is licensed under the MIT License <LICENSE>.