A mini web-based Student Registration application built using HTML, CSS, and JavaScript. It allows users to input student details, dynamically display them in a table, and delete entries as needed β all with a clean and user-friendly interface.
- π User-friendly form to register student details
- π Real-time field validation (enables save only when all inputs are filled)
- π Dynamically adds student data to a table
- β Delete functionality to remove specific entries
- π» Responsive design (optional β if youβve styled for mobile)
- HTML β Structure of the page
- CSS β Styling and layout
- JavaScript β Logic, validation, and dynamic DOM manipulation