TASKIFY: The Company and Employee Database Management System
Taskify is a software application designed to efficiently manage employee records including personal details, job roles, salaries, and attendance. This system provides an easy-to-use interface for performing full CRUD (Create, Read, Update, Delete) operations on employee data and is perfect for small to mid-sized businesses looking for a structured and secure solution.
- Create, update, and delete employee records
- Manage job roles, departments, and salary details
- Track daily attendance
- User-friendly admin interface
- Search and filter employee data
- Secured backend with database validations
- Mobile and desktop responsive views
Layer | Technologies |
---|---|
Frontend | HTML, CSS, JavaScript |
Backend | PHP, MySQL |
UI/UX Tools | Figma (Design), Canva (Visual Assets) |
Dev Tools | Git, GitHub |
taskify/
├── css/ # Stylesheets
├── js/ # JavaScript files
├── php/ # PHP logic
├── images/ # Image assets
├── database/ # SQL file for DB setup
├── index.html # Main landing page
└── README.md # Project documentation
- Clone the Repository
git clone https://github.com/your-username/taskify.git