BlazingPizza is a example web application developed to practice using Blazor, a web framework for building interactive client-side web UI with .NET. This project is based on a Microsoft Learn tutorial for Blazor.
- Pizza Ordering Functionality: Describe the ordering process ...
Ensure you have the following installed on your local machine:
- .NET Core SDK (Specify version if applicable)
- Visual Studio or Visual Studio Code with C# extension
- Clone the repository:
git clone https://github.com/your-username/BlazingPizza.git
- Navigate to the cloned repository:
cd BlazingPizza
- Open the solution in your preferred IDE (Visual Studio or Visual Studio Code).
- Build the solution:
dotnet build
- Run the application:
dotnet run
Although this is a practice project, I'm open to contributions. If you find any bugs or areas of improvement, feel free to create an issue or open a pull request.
This project is licensed under the MIT License.
This application is developed solely for practice purposes and should not be used in production environments.