A minimalist project manager inspired by Trello, designed to help you organize your tasks efficiently.
- Kanban board interface for task organization
- Add, edit, and delete tasks easily
- Dark mode option for comfortable usage in low-light environments
- Mobile responsive design for seamless use on any device
Tusk is built using the following technologies:
- Next.js - A React framework for server-rendered applications
- Tailwind CSS - A utility-first CSS framework
- Shadcn - A lightweight library for managing CSS shadows
- Redux Toolkit - A library for efficient Redux state management
To get started with Tusk, follow these steps:
- Clone the repository:
git clone https://github.com/loydcose/tusk.git
- Navigate to the project directory:
cd tusk
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
Contributions to Tusk are welcome! If you have any ideas, suggestions, or bug reports, please open an issue on the GitHub repository or submit a pull request.
When contributing, please make sure to follow the existing code style and conventions. Also, ensure that your changes are well-tested and documented.
Tusk is released under the MIT License. Feel free to use, modify, and distribute it for personal or commercial use.