// the find
hakanyalcinkaya/kodluyoruz-frontend-101-egitimi
Kodluyoruz için Hazırladığım Video Eğitim Seti Repo'sudur. Tüm Eğitimlerime: https://linktr.ee/hakanyalcinkaya adresinden ulaşabilirsiniz.
A companion repo for a Turkish-language frontend basics video course on Kodluyoruz. It contains the code examples and exercises from lessons covering HTML, CSS, Bootstrap, Git, and introductory JavaScript. The audience is complete beginners who are watching the associated YouTube/Udemy videos.
The folder structure maps 1:1 to course lessons, so students can find the exact file being discussed in a given video without hunting. Each section has a README with extra links. The end-of-chapter mini-projects (multi-page site with about/contact pages) give beginners something tangible to look at rather than isolated snippets. Stars-to-forks ratio (~2.7:1) suggests active use rather than passive starring.
The repo commits vendor files wholesale — the Bootstrap dist folder and the entire Font Awesome SVG/less/scss tree are checked in rather than referenced via CDN or a package manager, which inflates the repo size considerably and makes diffs unreadable. There is no JavaScript section in the code despite it being listed as a course topic in the README, suggesting the content is incomplete or lives only in the videos. The course targets Bootstrap 4 and the Bracket Pair Colorizer 2 extension (now built into VS Code), so parts of it are already stale for anyone starting today.