A simple Student Entry Form project built using HTML, CSS, and JavaScript.
This project allows users to enter student details, store them locally in the browser, and view them in a dynamic table.
- β Add student details (Name, Age, Course, Gender, Email).
- πΎ Data is stored using localStorage, so details remain even after refreshing or reopening the page.
- π View all saved students in a dynamic table.
- π Auto-load saved data when the page opens.
- π¨ Simple and clean UI with a responsive layout.
- HTML β For structure
- CSS β For styling (Navbar, Sidebar, Form, Table)
- JavaScript β For form handling, saving data, and table generation
- LocalStorage β For storing student data persistently in the browser
This project is helpful for:
- Students learning HTML, CSS, JavaScript basics.
- Understanding how to use localStorage for persistent data storage.
- Creating entry forms for small projects, school/college assignments, or practice.