Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.07 KB

File metadata and controls

56 lines (36 loc) · 1.07 KB

Task Collaboration App

A simple task management application where users can manage their tasks and admins can oversee all users and tasks.

Features

  • User authentication (register/login)
  • Task management (create, read, update, delete)
  • Admin dashboard to view all users and tasks
  • Responsive design

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/yourusername/task-collab-app.git
    
    
    

2. Import the database:

Create a MySQL database named task_collab Import the database.sql file

3.Configure database connection:

Edit config/database.php with your database credentials

4.

Start a local server (e.g., using XAMPP, WAMP, or PHP built-in server)

Sample Login Credentials

Admin: Email: admin@example.com Password: password

Regular User: Email: user@example.com Password: password

Technologies Used

PHP MySQL HTML5 CSS3 JavaScript Bootstrap 5 // for css part

Security Notes

Passwords are hashed using PHP's password_hash() Input sanitization is implemented Prepared statements are used to prevent SQL injection