Skip to content
/ CWUX Public

This project is a UX Design Summative Assessment

Notifications You must be signed in to change notification settings

Jess2D/CWUX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alt text

The CWUX mobile first website

This is UX Design Summative Assessment for a Diploma in Web & UX Design from Yoobee College of Creative Innovation. Our team were responsible for developing a proposal for one of the traditional cafes in Wellington New Zealand.

The Problem we have to Solve

Improve customer engagement and sales of some of their more unique offerings by providing table ordering via digital devices. Customers will be able to use touch screens at their table or booth, tablet type devices mounted at the bar or on phones anywhere in the venue. They require a system that enables customers to easily order and see the progress of their order, view deals and make suggestions.

Our proposed solution

Our proposal for this problem is the development of a responsive application using the mobile-first methodology. In this methodology, the design is made thinking about mobile devices first and then the other devices. In other words, an application that has a design that promotes the best user experience on mobile devices and also on any other type of device. In this way, we meet the main requirement of the business by providing table ordering via tablet and mobile devices.

How we came with our proposed solution?

We used a 6D UX Process model:

  • Discover
  • Define
  • Design
  • Develop
  • Deploy
  • Drive

We conducted interviews with users and stakeholders. From these interviews, we built a user flow for our application. Our first step to ours solution was sketching out our wireframes, then we moved into Figma and created lo-fidelity wireframes. Following the user journey map, we chose a single ‘happy journey’ and mapped out the different designs. The second step was submitted these wireframes to tests, and from the results obtained we built our prototype. By validating the prototype with the client and testing with the user, we developed this website which is in beta version 1.0.

The project

  • Responive Website
  • Using flexbox
  • Have OOCSS to structure CSS
  • Formative UX techniques
  • Modern JavaScript application

Local development

Watch html files

  • Using VsCode, install the ritwickdey.liveserver
  • This extension will run a live server locally.
  • It will watch for changes in your files and automatically refresh the browser.

Watch and compile css files

  • Using VsCode's terminal, run npm start, this will watch your sass file and auto compile at every change.