A simple task management application where users can manage their tasks and admins can oversee all users and tasks.
- User authentication (register/login)
- Task management (create, read, update, delete)
- Admin dashboard to view all users and tasks
- Responsive design
- Clone the repository:
git clone https://github.com/yourusername/task-collab-app.git
Create a MySQL database named task_collab Import the database.sql file
Edit config/database.php with your database credentials
Start a local server (e.g., using XAMPP, WAMP, or PHP built-in server)
Admin: Email: admin@example.com Password: password
Regular User: Email: user@example.com Password: password
PHP MySQL HTML5 CSS3 JavaScript Bootstrap 5 // for css part
Passwords are hashed using PHP's password_hash() Input sanitization is implemented Prepared statements are used to prevent SQL injection