This project was developed as my final course project (Abschlussprojekt).
It represents an important milestone in my journey as a software developer.
I built this fullstack application completely from scratch to practice real-world development and understand how different technologies work together.
The goal of the project is to connect customers with a hairdresser and manage appointments in a structured and organized way.
Through this project, I learned:
This project is a learning project.
The code can be improved.
The structure can be cleaner.
The architecture can be optimized.
And that is part of the process.
Now that I have gained more experience and learned from my mistakes, I plan to rebuild this project from scratch with a cleaner architecture and better structure.
This repository remains here to document my programming journey and show my growth over time.
Dieses Projekt wurde als mein Abschlussprojekt entwickelt.
Es stellt einen wichtigen Meilenstein auf meinem Weg als Softwareentwickler dar.
Ich habe diese Fullstack-Anwendung komplett von Grund auf erstellt, um praxisnah zu lernen, wie verschiedene Technologien zusammenspielen.
Ziel des Projekts ist es, Kunden mit einem Friseur zu verbinden und Termine strukturiert zu verwalten.
Durch dieses Projekt habe ich gelernt:
Dieses Projekt ist ein Lernprojekt.
Der Code kann verbessert werden.
Die Struktur kann sauberer sein.
Die Architektur kann weiter optimiert werden.
Und genau das gehört zum Lernprozess.
Da ich inzwischen mehr Erfahrung gesammelt und aus meinen Fehlern gelernt habe, plane ich, dieses Projekt neu und sauberer von Grund auf aufzubauen.
Dieses Repository bleibt bestehen, um meine Entwicklerreise zu dokumentieren und mein Wachstum sichtbar zu machen.
Everything you need to build a Svelte project, powered by sv.
If you're seeing this, you've probably already done this step. Congrats!
# create a new project in the current directory
npx sv create
# create a new project in my-app
npx sv create my-app
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.