source: src/app/page.tsx@ 636f86c

Last change on this file since 636f86c was 636f86c, checked in by stefansaveski <stefansaveski19@…>, 12 months ago

Add initial data files for applications, documents, semesters, student profiles, and subjects

  • Created applications.json with exam sessions and application details for 2024 and 2025.
  • Added documents.json containing various document types and their associated fees.
  • Introduced semesters.json with details of semesters, including status and financial information.
  • Established student-profile.json with personal and educational information for a sample student.
  • Implemented subjects.json detailing subjects offered per semester along with their respective professors and statuses.
  • Property mode set to 100644
File size: 106 bytes
Line 
1import Image from "next/image";
2
3export default function Home() {
4 return (
5 <>
6
7 </>
8 );
9}
Note: See TracBrowser for help on using the repository browser.