Skip to content
View opyvovarova's full-sized avatar

Block or report opyvovarova

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
opyvovarova/README.md

Hello everybody! 👋

My name is Olga!
You have landed on the frontend developer page.
Here you can see my educational and commercial work and plans for the future.
I will be glad to any comments and suggestions.😉

Connected with me:






Languages and Tools



Projects
Real Estate online icon repository icon Creatind a Userface using #chakraUI, React,Next.js, fetching data from unlimited sources using RapidAPI.
Realtor - an amazing Real Estate Application.With rental homes and for-sale properties, advanced property filtering, property details page with an image carousel, and much more, Realtor is the best Real Estate App
Fitness App online icon repository icon Creatind a Userface using material, React.js, fetching data from unlimited sources using RapidAPI.
Fitness - with the functionality to choose exercise categories and specific muscle groups, browse more than one thousand exercises with practical examples, pagination, exercise details, pull related videos from youtube, display similar exercises, and much more, Golds Gym is the best React Fitness App
Pravoved - the legal services company website online icon repository icon JS, Gulp, Wordpress, Framework - Unyson, Html5, Scss, framework wordpress
Thema wordpress - the legal services company website
Yuliia Nazarenko - business card website online icon repository icon JS, Gulp, Wordpress, Framework - Unyson, Html5, Scss, framework wordpress
Wordpress business card website
[Portfolio Project] "Digital Clock" online icon repository icon HTML5, CSS3, JS,

Pinned Loading

  1. Gulp Gulp
    1
    var gulp       = require('gulp'), // Подключаем Gulp
    2
    	sass         = require('gulp-sass'), //Подключаем Sass пакет,
    3
    	browserSync  = require('browser-sync'), // Подключаем Browser Sync
    4
    	concat       = require('gulp-concat'), // Подключаем gulp-concat (для конкатенации файлов)
    5
    	uglify       = require('gulp-uglifyjs'), // Подключаем gulp-uglifyjs (для сжатия JS)