Simple web application for managing personal tasks with user authentication.
- User registration
- Login / logout
- Personal task list for each user
- Add and delete tasks
- Password hashing
- Session authentication
- PHP
- MySQL
- HTML / CSS
- XAMPP
Create a database called:
task_manager
Then run the SQL from:
database.sql
- Install XAMPP
- Start Apache and MySQL
- Place the project in:
C:\xampp\htdocs\task-manager
- Open in browser:
http://localhost/task-manager/login.php
task-manager
- login.php
- register.php
- dashboard.php
- add_task.php
- delete_task.php
- logout.php
- config.php
- style.css
- database.sql
Passwords are stored using PHP password_hash().




