A PHP-based web application built for managing university-level student marklists efficiently. It provides a user-friendly admin panel to handle students, courses, and exam results with automatic GPA calculations and printable marklists.
- ✅ Admin login with session management
- 📚 Manage Students, Courses, and Examinations
- 📊 GPA and Grade Calculation based on marks
- 🖨️ Printable marklists for each student
- 🔍 Filter data by program, semester, and course
- 🧮 Automated grade assignment based on GPA scale
- 🧾 Neat and clean UI for ease of use
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: PHP (CodeIgniter or Core PHP depending on version)
- Database: MySQL
- Hosting: Compatible with XAMPP / Localhost setup
-
Clone the Repository
git clone https://github.com/mrabhin03/University-Based-Marklist-Management-System
-
Import the Database
- Open
phpMyAdmin - Create a new database (e.g.,
university_db) - Import the
database.sqlfile
- Open
-
Configure Database Connection
- Open
application/config/database.php - Set your database credentials
- Open
-
Run the App
- Launch using XAMPP or any PHP server
- Navigate to
http://localhost/University-Based-Marklist-Management-System/
-
Login
- Default admin credentials can be configured in the database
This project is open-source and available under the MIT License.

.png)


