|
|
10 luni în urmă | |
|---|---|---|
| .vscode | 1 an în urmă | |
| img | 10 luni în urmă | |
| public | 1 an în urmă | |
| src | 10 luni în urmă | |
| .dockerignore | 10 luni în urmă | |
| .env.development | 10 luni în urmă | |
| .gitignore | 1 an în urmă | |
| .pre-commit-config.yaml | 10 luni în urmă | |
| Dockerfile | 10 luni în urmă | |
| LICENSE.md | 1 an în urmă | |
| README.md | 10 luni în urmă | |
| compose.yaml | 10 luni în urmă | |
| cspell.config.yaml | 10 luni în urmă | |
| eslint.config.js | 10 luni în urmă | |
| index.html | 1 an în urmă | |
| makefile | 1 an în urmă | |
| package-lock.json | 10 luni în urmă | |
| package.json | 10 luni în urmă | |
| tailwind.config.cjs | 1 an în urmă | |
| tsconfig.json | 1 an în urmă | |
| tsconfig.node.json | 1 an în urmă | |
| vite.config.ts | 10 luni în urmă |
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.
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.
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.