https://github.com/karolchoron/findflights
FindFligts - frontend web app - C# .NET Blazor RESTfull API
https://github.com/karolchoron/findflights
api blazor csharp dotnet frontend restfull-api
Last synced: about 2 months ago
JSON representation
FindFligts - frontend web app - C# .NET Blazor RESTfull API
- Host: GitHub
- URL: https://github.com/karolchoron/findflights
- Owner: karolchoron
- Created: 2025-02-13T15:03:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-27T14:51:23.000Z (over 1 year ago)
- Last Synced: 2025-05-20T03:09:57.944Z (about 1 year ago)
- Topics: api, blazor, csharp, dotnet, frontend, restfull-api
- Language: CSS
- Homepage:
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✈️ FindFlights - Frontend
[](https://findflights.onrender.com)
## EN (PL version bellow)
### FlightTrack is a real-time flight status tracking application. 🛫
🔗 **Start the application:**
➡ [https://findflights.onrender.com](https://findflights.onrender.com)
---
## 🚀 **Technologies**
- ✅ Blazor WebAssembly
- ✅ .NET
- ✅ C#
- ✅ HTML, CSS, JavaScript
- ✅ RESTfull API
- ✅ Docker - deploy & DevOps na render.com
---
## 📥 **Installation (Local)**
0. **Remember to prepare the backend application as well!**
➡ [https://github.com/karolchoron/FindFlightsAPIServer](https://github.com/karolchoron/FindFlightsAPIServer)
1. **Clone the repository**
2. **Configure Program.cs**
Connection with the backend:
```
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5240/") });
Port dla:
HTTP: 5240
HTTPS: 7220
```
3. **Launc the application**
### 📌 Examples of real flight numbers:
- LO267
- MM68
- 7C2108
- CX524
- QR5844
---
🤝 **Contact**
Do you have questions?
Contact via
[](https://www.linkedin.com/in/karol-choron/)
---
## PL
### FlightTrack to aplikacja do śledzenia statusów lotów w czasie rzeczywistym. 🛫
🔗 **Uruchom aplikację:**
➡ [https://findflights.onrender.com](https://findflights.onrender.com)
---
## 🚀 **Technologie**
- ✅ Blazor WebAssembly
- ✅ .NET
- ✅ C#
- ✅ HTML, CSS, JavaScript
- ✅ RESTfull API
- ✅ Docker - deploy & DevOps na render.com
---
## 📥 **Instalacja (Lokalnie)**
0. **Pamiętaj aby przygotować również aplikację backendową!**
➡ [https://github.com/karolchoron/FindFlightsAPIServer](https://github.com/karolchoron/FindFlightsAPIServer)
1. **Klonuj repozytorium**
2. **Skonfiguruj Program.cs**
Połącznie z backendem:
```
builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri("http://localhost:5240/") });
Port dla:
HTTP: 5240
HTTPS: 7220
```
3. **Uruchom aplikację**
### 📌 Przykładowe numery prawdziwych lotów:
- LO267
- MM68
- 7C2108
- CX524
- QR5844
---
🤝 **Kontakt**
Masz pytania?
Skontaktuj się przez
[](https://www.linkedin.com/in/karol-choron/)
---