Skip to content

AlbShar/ubereats

Repository files navigation

UberEats

The site for searching and ordering some dishes.

Demo

https://albshar.github.io/ubereats/

Features

  • Light/dark mode toggle
  • Search list
  • Authorization (email: 'marklyan@gmail.com', password: 'simple_password') / registration
  • Slider/tabs
  • Shopping cart
  • Function of create order

Preview

Gif

Tech Stack

  • HTML, SCSS, vanilla Javascript
  • REST API
  • Linter JSHint
  • Methodology BEM
  • Perfect Pixel
  • Grid system flexboxgrid2

Lessons Learned

  • Creating UI-components with vanilla Javascript;
  • Debugging websites on iOS devices (iPhone, iPad);
  • Refactor JS script;