Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 1.27 KB

README.md

File metadata and controls

68 lines (44 loc) · 1.27 KB

Food

https://monsara.github.io/food/dist

Add logic to the web page according to the tasks from the course on Udemy platform: "A complete course in JavaScript + React - from scratch to results" "A complete course in JavaScript + React - from scratch to results"

Browser Support

New browsers — Firefox, Chrome, Opera, Microsoft Edge and IE 11, newer versions of Android/iOS, etc.

Used techniques

HTML/CSS

  • BEM methodology
  • SASS/SCSS (variables, SCSS modules)

JavaScript features

  • Switching tabs
  • Timer with deadline
  • Opening modal window after 3 seconds, by preesing triger buttons or scrolling to the end of the page

Instruments

  • Git
  • Npm
  • Gulp
  • Chrome DevTools
  • VS Code

Developing

Run site locally

Before using the Gulp Starter Kit, make sure that Gulp and Node.js are installed on your computer

To build the site on your PC, run the following commands in the terminal:

  • Clone the repository on your computer
git clone https://github.com/monsara/generator-hub.git
  • Go to the project folder
cd food
  • Install dependencies
npm install
  • Run the build project
gulp