/students-database

Its a student database where we take input from the form and store the details of students in database.

Primary LanguageHTML

Students-database

About

Created a form that accepts Student's Name, Number and City on index.html

Accept the values and create a Student Constructor function to create a student object.

Constructor function will have form input values as its arguments.

All the created objects will be pushed into an Array.

This Array will be stored into LocalStorage.

Retrieved the students array back from LocalStorage.

Live

https://bacha-party.netlify.app

Demo

bachapartyapp.mp4

Happy Coding!