๐ Student Form โ JavaScript Project
A simple and interactive Student Form web application built using HTML, CSS, and JavaScript. This project allows users to:
โ Add student details โ Store them temporarily in an array โ Display all saved student data in JSON format โ Validate empty fields โ Reset the form after submission
Perfect for beginners learning DOM manipulation, form handling, and event listeners in JavaScript.
๐ Features ๐น Add Student
Enter Name, Date of Birth, Address, Phone, and Email
Validates all input fields
Shows success or error messages
๐น Show Data
Displays all stored students
Output appears in JSON format inside a
blockShows message if no data is available
๐น Clean UI
Simple and readable structure
Easy for beginners to understand
๐ ๏ธ Technologies Used Technology Purpose HTML5 Form structure CSS3 Basic styling JavaScript (Vanilla JS) Logic, validation, events