Skip to content

JessFe/ECommerce-Asp.NETWebforms-W15

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce ASP.NET WebForms Application

Developed using ASP.NET WebForms, this application simulates a small e-commerce platform. It features a product display page with photos, detail views for each item including descriptions and add-to-cart options, and a shopping cart page where users can manage their selections. Designed without a database, the site relies on static classes for data management, making it an efficient project to demonstrate dynamic web development with ASP.NET, Bootstrap, and CSS.

Technologies & Tools

CSharp .NET Webforms CSS Bootstrap VisualStudio

Getting Started

To get this application running:

  1. Ensure you have Visual Studio installed to work with ASP.NET WebForms projects.
  2. Clone this repository to your local machine.
  3. Open the solution file in Visual Studio.
  4. Build the project to resolve dependencies.
  5. Run the application to launch the e-commerce site locally.