A web archive for Kathmandu University exam papers.
This is a static site built to help Kathmandu University students easily find past exam papers. It maps a collection of PDF files to specific engineering and science programs, allowing students to filter subjects based on their enrolled program and current semester.
- Search: Search for specific subjects by their course code or name.
- Program Filter: Select your specific program (e.g., Computer Science, Civil Engineering) to see only relevant subjects.
- Semester Filter: Narrow down the subject list by specific semesters.
- File System Based: The site automatically generates its catalog based on the PDFs placed in the
public/papers/directory during the build process. No separate database is required.
- Ensure Node.js is installed on your computer.
- Install the necessary dependencies:
npm install - Start the development server:
npm run dev
To add new papers to the archive, simply put the PDF files into the public/papers/ directory. Name the file using the exact subject code (e.g., COMP116.pdf). The application will automatically detect and list them the next time it builds.