Modulplaner frontend

Sean Blackburn a654db9893 chore: Add a small readme 11 месяцев назад
.vscode d5f7a4efc0 feat: Initial commit 1 год назад
img a654db9893 chore: Add a small readme 11 месяцев назад
public d5f7a4efc0 feat: Initial commit 1 год назад
src 21117d72e2 feat: Update tailwindcss to v4 11 месяцев назад
.dockerignore bcf9be1027 build: Add Docker files 11 месяцев назад
.env.development 7b23b72c20 feat: configure globals from environment file 1 год назад
.gitignore d5f7a4efc0 feat: Initial commit 1 год назад
.pre-commit-config.yaml 736c0346d8 chore: Update pre-commit dependencies 11 месяцев назад
Dockerfile bcf9be1027 build: Add Docker files 11 месяцев назад
LICENSE.md d5f7a4efc0 feat: Initial commit 1 год назад
README.md a654db9893 chore: Add a small readme 11 месяцев назад
compose.yaml bcf9be1027 build: Add Docker files 11 месяцев назад
cspell.config.yaml a654db9893 chore: Add a small readme 11 месяцев назад
eslint.config.js bf85ef74df feat: Update eslint plugins 11 месяцев назад
index.html d5f7a4efc0 feat: Initial commit 1 год назад
makefile d5f7a4efc0 feat: Initial commit 1 год назад
package-lock.json 21117d72e2 feat: Update tailwindcss to v4 11 месяцев назад
package.json 21117d72e2 feat: Update tailwindcss to v4 11 месяцев назад
tailwind.config.cjs d5f7a4efc0 feat: Initial commit 1 год назад
tsconfig.json d5f7a4efc0 feat: Initial commit 1 год назад
tsconfig.node.json d5f7a4efc0 feat: Initial commit 1 год назад
vite.config.ts 21117d72e2 feat: Update tailwindcss to v4 11 месяцев назад

README.md

Modulplaner

A module planer web UI.

planer

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 .env has 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.