A modern dark-themed currency converter for Georgian Lari (GEL) with real-time exchange rates from the National Bank of Georgia.
- 🇬🇪 Georgian Language - Full Georgian UI translation
- 🌙 Dark Mode - Modern dark theme design
- 📊 Exchange Rate Charts - Historical rate visualization
- 💱 Multiple Currencies - Convert USD, EUR, and GBP to Georgian Lari
- 📈 Historical Rates - View exchange rate history over time
- 💰 Purchasing Power - Compare currency values over time
- 📱 Responsive Design - Works perfectly on all devices
- ⚡ Real-time Rates - Live data from National Bank of Georgia API
- 🚀 GitHub Pages - Automated deployment via GitHub Actions
Visit: https://appifysheets.github.io/InGeorgianLari/
- .NET 9 - Blazor WebAssembly
- Chart.js - Interactive rate history charts
- National Bank of Georgia API - Real-time exchange rates
- GitHub Actions - CI/CD pipeline
- GitHub Pages - Static site hosting
- .NET 9 SDK
- Visual Studio 2022 or VS Code
# Clone the repository
git clone https://github.com/AppifySheets/InGeorgianLari.git
cd InGeorgianLari
# Build and run
./build-and-run.sh
# Or manually
dotnet build
dotnet runThe application will be available at https://localhost:5001
dotnet publish -c Release -o publishThis application uses the National Bank of Georgia's official API for real-time exchange rates:
- API Endpoint:
https://nbg.gov.ge/api/GetCurrentRates - Updates: Daily at 11:00 AM Georgian time
- Currencies supported: USD, EUR, GBP, and more
The application automatically deploys to GitHub Pages when changes are pushed to the main branch:
- GitHub Actions workflow builds the project
- Publishes to
gh-pagesbranch - Available at the GitHub Pages URL
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is open source and available under the MIT License.
Collaboration by Claude