A full-stack event management web application that allows users to:
- Add, edit, and delete events
- Assign priorities to tasks
- View a dynamic calendar interface
- Manage user accounts with registration and login/logout functionality
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server: Apache
- Stack: LAMP (Linux, Apache, MySQL, PHP)
- ✅ User authentication (register, login, logout)
- 🗓️ Dynamic calendar view by month and day
- ✏️ Create, edit, and delete events
- ⚡ Real-time updates using AJAX
- 🔐 Session-based authentication
- 📊 MySQL schema to persist events and users