This is a web-based CRUD application to manage student records. Built using HTML, Bootstrap 5, PHP, MySQL, and some JavaScript, it allows users to add, view, update, and delete student data.
- Add Students: Users can add students by filling in a form that includes first name, last name, and phone number.
- Edit Students: Allows users to edit student details.
- Delete Students: Users can delete student records, with a confirmation prompt for security.
- Form Validation: Basic validation to ensure all fields are filled out before submission.
- Frontend: HTML, Bootstrap 5, basic CSS, JavaScript (for confirmation prompts)
- Backend: PHP, MySQL
To set up the project locally:
- Clone the repository:
git clone https://github.com/Tayyab1251/Student-CRUD.git