Reading your future
I predict Thinking...
Technologies Used
C#
C# is a popular language by Microsoft for building a variety of applications. It offers simplicity, strong type checking, and scalability. With automatic memory management and .NET integration, it enables cross-platform development.
.NET
The .NET Framework is a software development framework from Microsoft that simplifies application development. It supports web, desktop, and mobile app creation, and provides features like memory management, security, and interoperability.
User Interface
The web app utilizes Blazor WebAssembly for its UI, while the macOS desktop application relies on Xamarin, AppKit, and UIKit technologies.

Futurist Blazor WebAssembly Web App
The code represents a straightforward ASP.NET Core Blazor WebAssembly application that prompts users to input personal questions regarding their future. The application subsequently retrieves data from a JSON file database that stores a range of potential answers. Using a logical process, it selects an appropriate response to the user's question, which is then displayed in the user's browser. In summary, this application utilizes ASP.NET Core Blazor to create an interactive user experience, making it a concise and efficient solution.
✓Uses C# that produces JavaScript called Blazor
✓Material Based Bootstrap Design
✓JavaScript, HTML, CSS
✓.NET Framework
✓JSON file as database
✓MVC architecture
✓Responsive Design
✓Object Oriented Programming


