Skip to content

A simple ASP.NET Core web app. Built with C#, Bootstrap, and clean project structure.

License

Notifications You must be signed in to change notification settings

ClanyX/FormWebApp

Repository files navigation

FormWebApp

A simple web application built with ASP.NET Core (C#) that demonstrates a basic form workflow.


🌐 Features

  • 📄 Form with multiple input fields (name, password)
  • ✨ Clean, responsive layout using Bootstrap

📦 Installation

  1. Clone the repository:

    git clone https://github.com/ClanyX/FormWebApp.git
    cd FormWebApp
  2. Build and run the project using the .NET CLI:

    dotnet build
    dotnet run
  3. Open your browser and navigate to:

    https://localhost:5001
    

    or the URL shown in the terminal.

Note: Make sure you have the .NET SDK installed (preferably version 6.0 or newer).


🚀 How to Use

  1. Navigate to the form page in your browser.
  2. Fill in the required form fields (e.g., name, email, message).
  3. Submit the form.
  4. The server will validate the input and show a success message if valid.

🛠️ Project Structure

  • Pages/ – Razor Pages (e.g., Index.cshtml, Index.cshtml.cs)
  • Models/ – C# model classes with validation attributes
  • wwwroot/ – Static files (CSS, JS, Bootstrap)
  • Program.cs & Startup.cs – App startup and configuration logic (if applicable)

📁 Database

1. admin admin
2. Filip filip12
3. Host 1234

📜 License

This project is licensed under the MIT License.

👤 Author

Created with 💻 by ClanyX

About

A simple ASP.NET Core web app. Built with C#, Bootstrap, and clean project structure.

Topics

Resources

License

Stars

Watchers

Forks