Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 3.44 KB

File metadata and controls

75 lines (47 loc) · 3.44 KB

Rainydays website

The Rainydays website is a e-commerce shop for sport and outdoors jackets.

UX improved version

Desktop

Mobile

The main branch is the starting point where the UX improvements have been made.

The improved version is available in the branch improvements: https://github.com/FP22FD/raindays-website-Interaction-Design-CA/tree/improvements. Details in the Readme.

The deployed versions are:

Description

The main goal of this repository is to implement the Figma design I made for the Rainydays website in the previous CA.

The website implementation has been made with HTML and CSS to practice:

  • responsive design (concepts, media queries, etc),
  • semantic html 5,
  • DRY (css variables, structured code, etc),
  • image optimization,
  • accessibily concepts (WCAG),
  • developer tools (VS Code, Prettier, DevTools, Github, Netlify, etc)
  • code validation tools

Implemented structure flows:

  • users can access the site by desktop and mobile devices (breakpoint at 800px).
  • users will be able to browse all available products and pay for them at checkout.
  • the site has a public GitHub repository and is deployed using Netlify.

The website code has been validated using the following tools:

Dependencies

To develop the website I have used Visual Studio Code with Prettier formatter extension.

No other tools are required to compile or run the website.

The Figma prototypes from the previous CA:

NB. The implemented website version is slightly different, because few improvements to the Figma/design files were made based on the Design course feedbacks from the Tutor.

References