A task management web application inspired by ClickUp.
Built with React, TypeScript, Node.js, and Tailwind CSS, it allows users to create, manage, and organize tasks efficiently.
(Open in a browser to test task creation, updates, and management.)
- Frontend: React, TypeScript, Tailwind CSS, HTML, CSS
- Backend: Node.js (if applicable for local storage or API simulation)
- State Management: React Hooks, Context API
- Build Tools: npm / Create React App
- Version Control: Git & GitHub
- Task Creation: Add tasks with title, description, and due date
- Task Management: Edit, delete, and mark tasks as completed
- Categorization: Organize tasks into lists or projects
- Responsive Design: Works seamlessly on desktop, tablet, and mobile
- Interactive UI: Drag-and-drop tasks (if implemented)
- Clean Code: Modular, reusable components following React best practices
git clone https://github.com/billyenglish/clickup-clone.git
cd clickup-clone