Still work in progress!
Helps students choose courses for their master at Linköping University.
Students at Linköping University need to choose their master profile in year 3 before the master. Often the program has multiple profiles and you can only choose one, but you can choose some courses from other profiles. That makes the choice difficult because there are many requirements for a master degree. This project will first be optimized for D-sektionen, but will expand to other programs on Faculty of Science and Engineering.
- Next.js with App router
- Million.js - Package for optimizing rendering
- TailwindCSS
- Cloudflare Pages
- Firebase - Used for storing data about master profiles
-
Install Node.js
-
Clone the repository to your computer
-
Running the development server
- Go to the folder of the repository and run:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open http://localhost:3000 with your browser to see the result.
-
Start editing
- You can start editing the page by modifying
app/page.tsx
. The page auto-updates as you edit the file. - This project uses
next/font
to automatically optimize and load Inter, a custom Google Font.
- You can start editing the page by modifying
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.