Skip to content

.NET MVC project - work done as part of Live Project at The Tech Academy

Notifications You must be signed in to change notification settings

mghall25/BlueRibbon

Repository files navigation

BlueRibbon

A .NET MVC project, work done as part of my Live Project at The Tech Academy

This folder highlights work done for Blue Ribbons Review, a site which allows Amazon sellers to offer selected merchandise at a discount in exchange for a product review. Since the site is proprietary, the full set of code could not be included here. Instead, some of the code I adjusted is included along with descriptions and images shown below.

My work focused on (1) providing a cohesive, professional-looking user interface (UI) while maintain the brand already present and (2) improving the user experience (UX) by adjusting features to minimize user input and support intuitive interaction with the software.

Samples of my work (UI):

Note: My changes can be seen in these files: Site.css, _Layout.cshtml, _Panel.cshtml, About.cshtml, and Index.cshtml.

  1. Adjusted the overall look and styling of the site to provide a more cohesive, professional look.
  2. Added an area to hold a page-title and subtitle across the site.
  3. Before

    After - New Styling and Addition of Page Title Area


  4. Adjust the About page to make the content sit better on the page and look more professional.
  5. Before

    After - Improved Layout and Arrangement of Page Content


  6. Displayed edit and delete icons instead of "Edit" and "Delete" links across the site.
  7. Collapsed the navbar at 991px breakpoint.

Samples of my work (UX):

Note: My changes can be seen in these files: ReviewsController.cs, Create.cshtml, and _Details.cshtml

  1. Dropdown on Reviews Create page - display the name of the selected item rather than its ID, but send the ID to the controller to be saved to the database.
  2. Dropdown on Reviews Create page - if the user arrived at this page from a page which already includes the product name, display a readonly textbox containing the product name instead of the dropdown box. Retain the dropdown functionality in other cases.
  3. Page with Dropdown

    Page with Textbox


  4. Added sort functionality to the Reviews Index page.

About

.NET MVC project - work done as part of Live Project at The Tech Academy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published