Hey, my name is Oleksandr.
October 2, 2022 · View on GitHub
I hope I will go into deep on the front-end, with help from this course :)
Git and GitHub
Git and GitHub images

Learned few interested commands: --oneline, --graph, --amend
Linux CLI, and HTTP
Linux CLI, and HTTP images

Useful commands, pwd Now can send files for print and remove processes kill -9.
Git Collaboration
coursera git course images

New was information about git rebase function, and how it affect commits history.
learngitbranching git course images

Intro to HTML and CSS
coursera-html-css-part course images

New info about floating elements
codecademy-html-css images

New: How hard to write code without emmet)
Responsive Web Design
Responsive Web Design images

Fun css games with flexbox and grid.
HTML і CSS практика: Hooli-style Popup.
JS Basics
JS Basics images

Solving JS algorithms cracked my mind and broke my psychic :) New was es6, regex, working with arrays/objects.
DOM
JS DOM images

Worked on the JS DOM manipulation task, made simple dashboard with data updated by click.
Building a Tiny JS World
Object Oriented JS
Have build classic frogger game, with js classes. Demo | Code base
OOP exercise
Re-write a Tiny JS Worlds with OOP. Demo | Code base
Link to the PR - link
Memory – Pair Game
Have fun with memory pair task.
Friends App
Cracked mind with this task, learned more about fetch, map, reduce.