A web application to manage student records with full CRUD (Create, Read, Update, Delete) functionality.
Includes form validation to ensure proper data entry before saving records.
Perfect for practicing front-end form handling and data management.
π https://devanand.is-a.dev/crud-form/
- Add new student records through a form
- Edit and update existing records
- Delete records
- Form validation for fields like Name, Age, Email, etc.
- Responsive and user-friendly design
- Data saved in browser storage (LocalStorage)
- HTML
- CSS
- JavaScript