TaskTrek is a modern, Kanban-style task management application designed to streamline workflow and boost productivity. This tool allows users to visually organize, create, update, and manage tasks across various stages.
- Kanban Boards: Visualize workflow with customizable columns like 'To Do', 'In Progress', and 'Done'.
- Drag-and-Drop: Easily move tasks between different stages.
- User-Friendly Interface: Clean, intuitive design suitable for both personal and professional use.
- Responsive Design: Works seamlessly across various devices and screen sizes.
- Node.js
- npm or yarn
- Clone the repo
git clone https://github.com/your_username_/TaskTrek.git
- Install NPM packages
npm installRun the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
Jacob Sanderson - [email protected]
Project Link: https://github.com/THEjacob1000/TaskTrek