This is a simple web-based task manager application that allows users to organize their daily tasks effectively. Built using HTML, CSS, JavaScript, PHP, Node.js, MySQL, and Lua, it showcases a full-stack approach to web development.
- User authentication (login and registration)
- Add, edit, delete, and view tasks
- Filter tasks by date or status
- Database-driven backend with MySQL
- Responsive and user-friendly design
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, Node.js
- Database: MySQL (managed via phpMyAdmin)
- Advanced scripting: Lua
- Clone the repository:
git clone https://github.com/yourusername/task-manager.git - Import
database.sqlinto MySQL using phpMyAdmin. - Start a local PHP server:
php -S localhost:8000. - Open
http://localhost:8000in your browser. - (Optional) Configure Lua scripts for automation.
This project is licensed under the MIT License.