My work

Tic Tac Toe
Tic Tac Toe is a game in which two players take turns placing circles and crosses on a 3x3 grid and attempt to obtain three of the same symbols in a straight line

Weather App
Weather App - shows the weather around the world. You can check the weather conditions just for today as well as to be acquainted with weekly forecast!

Dashboard
Dashboard is a project representing simple control paned mockup with no logic attached. So no Javascript code to make it actually working. Main focus here - is practicing styling and make markup to look beautyfully

Calculator
Calculator is an another remake of widely known Iphone calculator. There is no any sophisticeted DOM-manipulations or working with the Network. But only basics of HTML, CSS and JS

Jest practice
Jest practice can't be called a complete project because it's just a series of scripts and tests demonstrating how Jest framework could be used in Test Driven Development and maintenance

Restaurant page
Restaurant page project was intended to acquire ability of working with webpack tool and build websites using Javascript only with almost no static HTML. This is the preparation before dive deeply into the frameworks