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.

Home Page:https://prajun7.github.io/information-system/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Screen Shot 2022-03-07 at 7 30 53 PM

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

About

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://prajun7.github.io/information-system/


Languages

Language:CSS 42.1%Language:HTML 34.2%Language:JavaScript 23.7%