Piano
A musical application where users can play piano notes using keys 1 to 5 and access sharp keys by holding Shift and pressing keys 1 to 4. Customize the sound folder path in MainWindow.xaml.cs to personalize your musical experience.
Source:
Weather Forecast App
Integrates OpenWeatherMap API to provide weather data for preset cities. Users can view weather information in JSON format. The app allows easy modification of preset cities by updating the city names and API codes in WeatherController.cs.
Source:
Movie Database App
MvcMovie is an ASP.NET Core MVC application that enables users to manage a curated movie database. It provides CRUD functionality for creating, reading, updating, and deleting movie entries, along with built-in pagination for easy navigation through the collection. Ideal for movie enthusiasts, it offers a straightforward interface to explore and maintain a personalized list of favorite films.
Source:
Chat App
The Chat App is a real-time chat application built with Blazor and SignalR, enabling users to communicate instantly. It supports joining chats with personalized usernames and facilitates seamless sending and receiving of messages in real-time. Perfect for interactive and responsive communication needs within web applications.