This is a simple web-based application that allows users to manage student records. It provides features for adding, deleting, and exporting student data.
- Add new students with ID, Name, Email, and GPA
- Prevent duplicate ID or Email
- Delete individual or selected student rows
- Export student data to an Excel (.xlsx) file
- Display today's date in the footer
- HTML, CSS, JavaScript (jQuery)
- XLSX.js for Excel export
- FileSaver.js for file download
project/
βββ index.html # Main HTML file
βββ styles.css # Stylesheet for styling the webpage
βββ script.js # JavaScript file for interactivity
βββ logo.png # Project logo image
βββ README.md # Project documentation
- Open
index.html
in a web browser. - Fill in the student form and click "Submit" to add a new student.
- Click a table row to select it, then click "Delete" to remove selected students.
- Use the "Delete" button in the Action column to remove a specific row.
- Click "Export to Excel" to download student data.
The current date is displayed dynamically in the footer each time the page is loaded.
This project is for educational/demo purposes and does not include a license.