This applications sets out to help students at Linköping University (LiU) choose their master's program. With an intuitive interface with drag-and-drop functionality, students can easily chose which courses to include during their decision making process.
⚠️ Warning, Software under development
- Currently the application is under active development. Features may be incomplete or subject to change. Please report any issues or feature requests on the GitHub repository.
- The application is not yet optimized for mobile devices.
- The application currently only supports the U-program at Linköping University.
Currently the website is not hosted live. Please run it locally by following the instructions below.
Clone the project
git clone https://github.com/2peppe2/master-pickerGo to the project directory
cd master-pickerInstall dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun installStart the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.