refactorings

This commit is contained in:
2026-05-15 14:06:38 +02:00
parent 24862a33d0
commit 17cb23aa40
16 changed files with 398 additions and 309 deletions
+21 -21
View File
@@ -1,18 +1,16 @@
# 🖼️ FrauJulian's Portfolio Website
# FrauJulian's Portfolio Website
### [🙋‍♂️ Website Preview](https://fraujulian.xyz/)
### [Website Preview](https://fraujulian.xyz/)
<img width="2551" height="1175" alt="image" src="https://github.com/user-attachments/assets/24657c0a-4f95-4573-8472-092984d6cc4e" />
<img width="2551" height="1175" alt="Portfolio website preview" src="https://github.com/user-attachments/assets/24657c0a-4f95-4573-8472-092984d6cc4e" />
## 👂 Languages / Framework / Packages
## Languages / Framework / Packages
- Angular v21 (with SSR)
- Angular v21
- TypeScript
- SCSS
- Angular Material
- FontAwesome
## 💻 Development
## Development
### Development Preview
@@ -26,31 +24,32 @@ npm run dev
npm run build
```
This will compile your project and store the build artifacts in the `dist/`
directory. The production build optimizes your application for performance and
speed.
This compiles the project and stores the build artifacts in the `dist/`
directory. The production build is intended for static hosting.
### Start compiled Project
### Start Compiled Project
```bash
npm run start
```
## 🔍 Code Quality
This serves the generated static build through `scripts/static-server.mjs`.
### Lint & Format check
## Code Quality
### Lint and Format Check
```bash
npm run check
```
### Auto-fix lint & format issues
### Auto-fix Lint and Format Issues
```bash
npm run fix
```
## 🧪 Running Unit Tests
## Running Unit Tests
To execute unit tests with the [Karma](https://karma-runner.github.io) test
runner, use the following command:
@@ -59,10 +58,11 @@ runner, use the following command:
npm run test
```
## 🤝 Enjoy?
## Enjoy?
~ made by [**FrauJulian**](https://fraujulian.xyz/).
Give it a star ⭐ on
[GitHub](https://github.com/FrauJulian/Personal-Portfolio-Website)!
Made by [FrauJulian](https://fraujulian.xyz/).
### Greetings from Austria! ⛰️
Give it a star on
[GitHub](https://github.com/FrauJulian/Personal-Portfolio-Website).
### Greetings from Austria!