Welcome to the Employees-WebSite Frontend repository! This GitHub project is dedicated to the development of the user interface for Employees-Api using C# and ASP.NET MVC.
This project follows the ASP.NET MVC architecture, providing a structured and modular approach to building scalable web applications. The separation of concerns allows for efficient development and maintenance of both the backend and frontend components.
Leveraging the power of C#, the project demonstrates how to build dynamic and interactive user interfaces within the ASP.NET MVC framework. C# brings the benefits of a strong, statically-typed language to the frontend development process.
The frontend is designed with responsiveness in mind, ensuring a seamless and consistent user experience across various devices and screen sizes.
To start working on the frontend, follow these steps:
- Clone the repository to your local machine.
https://github.com/MariangelaNM/Employees-WebSite.git
- Install the necessary dependencies using NuGet Package Manager
nuget restore
3.Build and run the solution to ensure all dependencies are resolved.
dotnet build
dotnet run