https://github.com/faizulislamfair/student-information-management-system
This project is about students, their information and management built using the LAMP Stack & styled using Bootstrap!
https://github.com/faizulislamfair/student-information-management-system
bootstrap css3 html5 javascript mysql php
Last synced: 4 months ago
JSON representation
This project is about students, their information and management built using the LAMP Stack & styled using Bootstrap!
- Host: GitHub
- URL: https://github.com/faizulislamfair/student-information-management-system
- Owner: faizulislamfair
- Created: 2022-04-13T16:57:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T18:21:03.000Z (over 3 years ago)
- Last Synced: 2026-01-03T16:09:14.875Z (7 months ago)
- Topics: bootstrap, css3, html5, javascript, mysql, php
- Language: PHP
- Homepage:
- Size: 17.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name: Student Information & Management System
## I've developed this project in my 2nd Year for the course 'Software Development Project'.
## Description:
* As the name says this project is about students, their information and management.
* CGPA has been dynamically calculated for all the eight semesters individually from class tests (marks taken from 4 class tests through input fields and average mark is determined for best three class tests), attendance, semester final, lab course, quiz, report, board viva and project/thesis/shop practice course marks.
* Admin can very easily process academic results.
* 2 Login Panels are present: Admin Login and Student Login.
* CRUD operations are applied on the informations of student and the admin himself from admin route and some informations can be dynamically changed by the students from student route.
* Privacy of result has been ensured for each student as they can only see their own CGPA and not of anybody else.
* Email verification has been carried out using OTP for student registration.
* Sessions and cookies have been setup.
* On the frontend Bootstrap5 Framework has been used along custom CSS.
* The backend is coded with PHP.
* MySQL Database has been integrated with the backend.