Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A task tracking web app with user/admin authentication, task and subtask management, calendar events, and tag-based filtering.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
WebTaskit is a React-based task tracking dashboard web application with role-based authentication, full task and subtask CRUD, calendar event planning, and tag-based filtering, deployed at webtaskit.vercel.app.
WebTaskit is a task management web application built by a five-person team and deployed on Vercel at webtaskit.vercel.app. It lets registered users create, edit, delete, and filter tasks tagged as personal, official, or others, manage subtasks, and schedule calendar events for day-wise and month-wise planning. The frontend uses React with Redux and Redux-Thunk for state management, React Router DOM for routing, and Chakra UI plus Styled-Components for styling. The project includes both a regular user interface and an admin dashboard where admins can manage user data and API content.
WebTaskit is intended for individuals and small teams that need a self-service task and calendar tracking application.
Yes. The application has authentication for both users and admins. Users can register and log in to manage their own tasks, while admins have extra privileges to manage users and data from the admin dashboard.
The project uses a mock API for tasks, calendar events, and tag lists, tested with Postman. There is no production backend documented in the repository, so deployment would require replacing the mock API with a real server.
Styling is built with Chakra UI and Styled-Components, along with plain CSS for responsive layouts. The frontend also uses React Router DOM for navigation, Redux and Redux-Thunk for state, and the site is deployed on Vercel.
