
A website designed for students of CUI University to easily access, search, and download past exam papers. Built with modern web technologies to ensure fast performance, clean design, and easy access to academic resources.
- 🔎 Search and filter past papers by course, semester, or subject
- 📥 Download papers directly
- 📄 View paper details with metadata (subject, teacher, type, year, etc.)
- 🔐 Admin Panel for uploading and managing papers
- 📊 Clean, responsive UI for both desktop and mobile devices
- ☁️ Hosted online for 24/7 access
| Technology |
Description |
 |
Markup Language |
 |
Styling |
 |
Frontend Scripting |
 |
Laravel Templating Engine |
 |
Backend |
 |
Database |
 |
Backend Framework |
 |
API Communication |
 |
Frontend Build Tool |
 |
Hosting Platform |
 |
Cloud Deployment |
| Page |
Screenshot |
| 🔷 Home Page |
 |
| 🔷 Search Results |
 |
| 🔷 Paper Details Page |
 |
├── app/ # Laravel application code
├── public/ # Publicly accessible files
├── resources/views/ # Blade templates (UI)
├── routes/ # Web routes
├── database/ # Migrations and seeds
├── .env # Environment variables
├── package.json # Frontend dependencies (ViteJS)
├── composer.json # PHP dependencies (Laravel)
└── README.md