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"
New browsers — Firefox, Chrome, Opera, Microsoft Edge and IE 11, newer versions of Android/iOS, etc.
- BEM methodology
- SASS/SCSS (variables, SCSS modules)
- Switching tabs
- Timer with deadline
- Opening modal window after 3 seconds, by preesing triger buttons or scrolling to the end of the page
- Git
- Npm
- Gulp
- Chrome DevTools
- VS Code
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
- In the browser tab go to http://localhost:4000