A web application that allows users to enter student details into a form, which are then stored in a Firebase Firestore database. The application also displays the entered data in a table and provides functionality to delete entries both from the table and from the Firebase database.
- Form Submission: Allows users to enter student details including Name, Age, Gender, Course, and Email.
- Firebase Integration: Stores student details in a Firebase Firestore database.
- Dynamic Table: Displays entered student data in a table on the same page.
- Delete Functionality: Enables users to delete student entries from both the table and the Firebase database.
- Firebase project with Firestore enabled.
- Basic understanding of HTML, CSS, and JavaScript.
- Firebase SDK installed or accessible via CDN.
git clone https://github.com/your-username/student-form-app.git
cd student-form-app