TaskManager TaskManager is a web application designed to help users manage and track their tasks efficiently. With features like user registration, task creation, and status updates, this application provides an easy way to organize and stay on top of tasks.
Features User Registration & Login: Users can register an account and log in to access their personal task management. Task Management: Create, update, and delete tasks. Task Status Update: Change the status of tasks (e.g., Pending, In Progress, Completed). Task Filtering: Filter tasks based on their status to quickly find tasks that need attention. Responsive Design: The app is mobile-friendly and adapts to different screen sizes. Navigation Menu: Toggle navigation for small screen sizes.
Technologies Used Frontend: 1.HTML 2.CSS (with responsive design) 3.JavaScript (for dynamic features like task filtering and status update)
Backend: 1.PHP (for handling user registration, login, and task updates)
Database: 1.MySQL (to store user and task data)
Usage Register a new account to start managing your tasks. After logging in, you can add tasks, update their status, and filter them based on their current state (e.g., Pending, In Progress, Completed). The navigation menu is responsive, allowing users to access the app on both desktop and mobile devices.