A PHP-based Kanban-style progress tracker for AWS challenges, hackathons, and certification journeys with MariaDB backend.
- Customizable Boards: Challenges (9-week AWS badge program), Hackathons, Certifications
- User Authentication: Database authentication with secure password hashing
- Task Management: Create, edit, move, and delete tasks
- Responsive Design: Works on desktop and mobile devices
-
Database Setup:
- Create a MariaDB/MySQL database
- Import
database.sqlto create tables - Update
config.phpwith your database credentials
-
Web Server:
- Upload files to your web server (Apache/Nginx)
- Ensure PHP 7.0+ is installed
- Set proper file permissions
-
Access:
- Open your website URL in a browser
- Register a new account
- Start creating boards and tasks
index.php- Main application interfaceconfig.php- Database and application configurationlogin.php/register.php- User authenticationcreate_board.php- Board creationadd_task.php/edit_task.php- Task managementmove_task.php- Task status updatesstyle.css- Application styling
- challenges: 9-week AWS badge programs
- hackathons: Themed events and competitions
- certifications: Cloud Practitioner, Solutions Architect, etc.
- Register/Login to your account
- Create a new board or select existing one
- Add tasks to columns
- Move tasks between To Do → In Progress → Done
- Edit/delete tasks as needed