Simple web app to allow students to plan their academic journey in a simplified and understandable manner.
Built pre-release artifacts (executables for supported platforms) are published on the GitHub Releases page. Download the latest release here. We currently have exceutables for Windows, macOS, and Linux.
# Clone the repository
git clone [email protected]:gugacs/degree-companion.git
cd degree-companion # Ensure you are in the project root
# Prepare the app
bun install # OR: npm install
Development Mode
bun run tauri dev # New application window should open
Production Build
bun run tauri build # Will create executable files in src-tauri/target folder
Due to using tauri specific plugins (e.g., File System, Dialog) it is impossible to deploy this application as a regular web app. The core application logic would need to be restructured in order to built a version of this application deployable on web servers. This application is supposed to help individuals plan their academic journey for which a regular desktop app is more suitable anways due to lower overhead.
MIT License (see License file)