You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple web-based task management tool built with Flask and front-end technologies. Features include adding, viewing, marking as done, deleting tasks, and filtering tasks by title or date. This project demonstrates a practical use of Flask for backend operations and vanilla JavaScript for dynamic front-end interactions.
Employee Management System built with ReactJS and Tailwind CSS. Features an Admin Dashboard for task assignment and Employee Dashboard to view and filter tasks by status (Active, Completed, Failed, New). Data is stored in localStorage for persistence.