This project is a simple web application built using ASP.NET Core MVC.
The project includes:
- A Login page.
- An Account Controller to handle login requests.
- A clean MVC structure (Model – View – Controller).
- Organized folders (Controllers, Views, Models).
- A simple and extendable user interface.
The goal of this project is to apply the core MVC concepts and correctly connect the views with their controllers according to the assignment requirements.
The application was tested locally to ensure:
-
All pages work correctly.
-
Proper routing between views and controllers.
-
Full compliance with the assignment specifications.
To test the login functionality, please use the following credentials:
- Username: sara
- Password: 123456
These credentials are provided for demonstration and testing purposes only.