Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 678 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 678 Bytes

Student-Information-System

A website to store the information of the students studying in an organization.

How to run the project

  1. Clone the repository.
  2. Open the terminal and change the directory to the project directory.
  3. Open it using live server.
  4. The website will open in the browser.

How to use the website

  1. The website has a login page.
  2. The user can login using the credentials provided in the login page.
  3. The user can view the details of the students.
  4. The user can add a new student.
  5. The user can delete a student.
  6. The user can update the details of a student.
  7. The user can search for a student using the name of the student.
  8. done.