Skip to content

realthdat/Basic_Web_Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Student Information System

This is a simple web-based application that allows users to manage student records. It provides features for adding, deleting, and exporting student data.

πŸš€ Features

  • 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

πŸ“‹ Technologies Used

πŸ“‚ Project Structure

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

πŸ’‘ How to Use

  1. Open index.html in a web browser.
  2. Fill in the student form and click "Submit" to add a new student.
  3. Click a table row to select it, then click "Delete" to remove selected students.
  4. Use the "Delete" button in the Action column to remove a specific row.
  5. Click "Export to Excel" to download student data.

πŸ“… Date Display

The current date is displayed dynamically in the footer each time the page is loaded.

πŸ“œ License

This project is for educational/demo purposes and does not include a license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published