Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 883 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 883 Bytes

Student CRUD Application

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.

Features

  • 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.

Technologies Used

  • Frontend: HTML, Bootstrap 5, basic CSS, JavaScript (for confirmation prompts)
  • Backend: PHP, MySQL

Installation

To set up the project locally:

  1. Clone the repository:
    git clone https://github.com/Tayyab1251/Student-CRUD.git