StudentAdmissionSQLiteApp

Implement Student Admission System using SQlite.

#Functionality:
Admin Login / Logout
Student Login / Logout

Admin can:

  • Login
  • Add new student
  • Fetch all students data
  • Fetch students data from a particular class
  • Modify existing student details
  • Remove a student
  • Update NoticeBoard with particular class

Students can:

  • Login
  • View his/her details
  • Change password
  • Read his/her class’s NoticeBoard

Admin View

Assi11-Admin

Student View

Assi11-Student

GitHub

View Github