Przeprowadzka

This commit is contained in:
2026-07-16 12:24:21 +02:00
commit b2c57f4c14
25 changed files with 9062 additions and 0 deletions
Executable
+70
View File
@@ -0,0 +1,70 @@
# HomePantry - wersja Angular
Zadanie na studia - Lab nr. 3
## Podgląd projektu:
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 17 20" src="https://github.com/user-attachments/assets/03e31af1-fd17-4f50-8f2e-22e38d4c210e" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 17 29" src="https://github.com/user-attachments/assets/c6c319d1-a13a-41de-8e7b-fe0a6fad9a87" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 17 33" src="https://github.com/user-attachments/assets/78f59286-25d1-4267-b563-a7214ab803c1" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 18 04" src="https://github.com/user-attachments/assets/6cb0fac9-1235-40f4-a9dd-acbe7fc3c31e" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 18 07" src="https://github.com/user-attachments/assets/104fdefd-06b1-4552-9a6f-604bfd931852" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 18 12" src="https://github.com/user-attachments/assets/4681e21d-c37c-43e3-8350-0fc6d24df996" />
<img width="984" height="745" alt="Zrzut ekranu 2026-06-11 o 16 18 14" src="https://github.com/user-attachments/assets/d1917210-662b-417e-9bb6-0e454f382349" />
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 22.0.1.
## Development server
To start a local development server, run:
```bash
ng serve
```
Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.
## Code scaffolding
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
```bash
ng generate component component-name
```
For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:
```bash
ng generate --help
```
## Building
To build the project run:
```bash
ng build
```
This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.
## Running unit tests
To execute unit tests with the [Vitest](https://vitest.dev/) test runner, use the following command:
```bash
ng test
```
## Running end-to-end tests
For end-to-end (e2e) testing, run:
```bash
ng e2e
```
Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
## Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.