Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 971 Bytes

README.md

File metadata and controls

48 lines (37 loc) · 971 Bytes

Name of the project work

Sushi Savor

Description

A single-page sushi-themed website inspired by a YouTube tutorial, featuring HTML, CSS, and JavaScript and optimized for seamless viewing on different devices. Created as a creative and free-spirited project.

Technology stack

  • HTML5
  • CSS3
  • JavaScript
  • Git
  • BEM methodology using the Nested file structure
  • Adaptive layout
  • Semantic layout
  • Flexbox
  • Positioning
  • Animations and transformations
  • Sticky footer
  • Pseudo-classes
  • Forms
  • Input fields
  • Infrastructure environment created with Vite

Instructions for installing and launching the project

Clone a repository:

git clone https://github.com/kulembetov/sushi-savor.git

Install dependencies:

npm install

Launch a project in development mode

npm run dev

Create the final build of the project

npm run build