https://github.com/prajun7/information-system
This program is designed to get data from the users and store those data in a table. Also, there is an option to delete unnecessary data from the table with just a click. I am using vanilla JavaScript and HTML to create the form. I am planning to add CSS after some time.
https://github.com/prajun7/information-system
vanilla-javascript
Last synced: 11 months ago
JSON representation
This program is designed to get data from the users and store those data in a table. Also, there is an option to delete unnecessary data from the table with just a click. I am using vanilla JavaScript and HTML to create the form. I am planning to add CSS after some time.
- Host: GitHub
- URL: https://github.com/prajun7/information-system
- Owner: prajun7
- Created: 2021-12-23T19:04:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T01:32:30.000Z (over 4 years ago)
- Last Synced: 2025-03-03T00:12:47.234Z (over 1 year ago)
- Topics: vanilla-javascript
- Language: CSS
- Homepage: https://prajun7.github.io/information-system/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Information System
This program is designed to get data from the users and store those data in a table.
Also, there is an option to delete unnecessary data from the table with just a click.
This program can be used to store information about the students, employees, or some people.
There is a form where the user can write the information about the people.
Upon clicking an Add button, the information will be added to the table that resides just below the form.
In each table row, there is a Delete button.
Upon clicking that button, the user will be removed from the table.

**I am using vanilla JavaScript and HTML to create the form.**