A simple web application built with ASP.NET Core (C#) that demonstrates a basic form workflow.
- 📄 Form with multiple input fields (name, password)
- ✨ Clean, responsive layout using Bootstrap
-
Clone the repository:
git clone https://github.com/ClanyX/FormWebApp.git cd FormWebApp -
Build and run the project using the .NET CLI:
dotnet build dotnet run
-
Open your browser and navigate to:
https://localhost:5001or the URL shown in the terminal.
Note: Make sure you have the .NET SDK installed (preferably version 6.0 or newer).
- Navigate to the form page in your browser.
- Fill in the required form fields (e.g., name, email, message).
- Submit the form.
- The server will validate the input and show a success message if valid.
Pages/– Razor Pages (e.g.,Index.cshtml,Index.cshtml.cs)Models/– C# model classes with validation attributeswwwroot/– Static files (CSS, JS, Bootstrap)Program.cs&Startup.cs– App startup and configuration logic (if applicable)
1. admin admin
2. Filip filip12
3. Host 1234This project is licensed under the MIT License.
Created with 💻 by ClanyX