This project aims to document the workflow in redesigning an existing webpage by integrating UI principles of learnability, usability, and memorability.
The webpage chosen for the redesign is the landing page of
Toronto Cupcake, an online cupcake ordering and delivering service. This page was selected due to its potential for improvement in navigation and layout.
The goal is to enhance the user experience when interacting with the page. This is achieved by analyzing the original website, prototyping low-fidelity and high-fidelity mockups of the landing page, and coding a responsive design with HTML and CSS.
Accessibility enables individuals with diverse abilities to effectively use an interface. As part of the analysis process, I first put the orignal webpage into
WebAIM WAAVE, a tool to help detect possible accessibility problems
The tool notes the following issues for the webpage:
- Multiple links go to the same URL
- Some link-texts contain information that are out of context
- Menu bar cannot be easily accessed
- Alternative text is present for an image that is within a link
These are all points that need attention during the early stages of the redesign process.
Below is an image of the original landing page. The interface lacks a central hub to navigate through the site and is instead locked away through a small menu bar that can be easily missed. The content displayed throughout the page lacks structure and is disorganized.
I created three wireframes (desktop, tablet, and mobile view) to help simplify the landing page while keeping the site's main purpose and functionality.
The major changes include simplifying the overall features, making the navigation and footer selections more distinct, reforming the hierarchical strucutre, and organizing the overall layout of the interface. These changes decluttered distracting
content and unnecessary information, optimizing the user flow of the page.