Skip to content

karolchoron/FindFlights

Repository files navigation

✈️ FindFlights - Frontend

Website

EN (PL version bellow)

FlightTrack is a real-time flight status tracking application. 🛫

🔗 Start the application:https://findflights.onrender.com


🚀 Technologies

  • ✅ Blazor WebAssembly
  • ✅ .NET
  • ✅ C#
  • ✅ HTML, CSS, JavaScript
  • ✅ RESTfull API
  • ✅ Docker - deploy & DevOps na render.com

📥 Installation (Local)

  1. Remember to prepare the backend application as well!
    https://github.com/karolchoron/FindFlightsAPIServer

  2. Clone the repository

  3. 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 
  1. Launc the application

📌 Examples of real flight numbers:

  • LO267
  • MM68
  • 7C2108
  • CX524
  • QR5844

🤝 Contact Do you have questions?

Contact via
LinkedIn


PL

FlightTrack to aplikacja do śledzenia statusów lotów w czasie rzeczywistym. 🛫

🔗 Uruchom aplikację:
https://findflights.onrender.com


🚀 Technologie

  • ✅ Blazor WebAssembly
  • ✅ .NET
  • ✅ C#
  • ✅ HTML, CSS, JavaScript
  • ✅ RESTfull API
  • ✅ Docker - deploy & DevOps na render.com

📥 Instalacja (Lokalnie)

  1. Pamiętaj aby przygotować również aplikację backendową!
    https://github.com/karolchoron/FindFlightsAPIServer

  2. Klonuj repozytorium

  3. 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 
  1. Uruchom aplikację

📌 Przykładowe numery prawdziwych lotów:

  • LO267
  • MM68
  • 7C2108
  • CX524
  • QR5844

🤝 Kontakt Masz pytania?

Skontaktuj się przez
LinkedIn


About

FindFligts - frontend web app - C# .NET Blazor RESTfull API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published