Skip to content

RajuXDevHub/Mini-Task-Collaboration-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mini Task Collaboration App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors