Modulplaner frontend
- Vue 64.8%
- TypeScript 33.5%
- CSS 0.9%
- JavaScript 0.4%
- HTML 0.3%
- Other 0.1%
| .vscode | ||
| img | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.development | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| compose.yaml | ||
| cspell.config.yaml | ||
| Dockerfile | ||
| eslint.config.js | ||
| index.html | ||
| LICENSE.md | ||
| makefile | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Modulplaner
A module planer web UI.
Made out of the frustration from using a 120 page long PDF to plan my next semester. Easily find your modules and when they take place, add them to your plan and share it with your colleagues.
This repo only contains the frontend code. The data behind the modules must be provided by you. This is meant to be hosted inside of a webserver like nginx.
Features
- Create one or more plans per semester
- Share your plan by:
- Sharing a link
- Printing it
- Filter by
- Module
- Building
- Time / weekday
- Room
- ...
- Module dependencies
- On site / hybrid / online only
- See past lectures for a module
- ...
Development
Docker
docker compose build
# OR
docker build -t modulplaner-ui .
Note
Currently the
.envhas to be injected during the build phase. Otherwise, certain texts / links will not work or be displayed.
Customization
The .env.development file contains some default environment variables that may
be customized during the building process by including a .env.production file
with custom values.
