Skip to content

How its work?

Thnoxs edited this page Sep 2, 2026 · 2 revisions

How It Works?

GrowthLab is a personal, open developer workspace where I log, practice, and experiment with everything I learn in web development—ranging from core concepts like HTML, CSS, and JavaScript to advanced libraries and frameworks.

Instead of a traditional application setup, this repository is structured entirely around a daily incremental workflow:

  1. Daily Branches: Every single day of learning and coding gets its own dedicated branch named systematically (e.g., day-1, day-2, day-3, and so on).
  2. Code Push: Whatever I practice, build, or test on a specific day is directly pushed to that day's respective branch.
  3. Explore & Review: Other developers or visitors can easily check out my progress, review specific code snippets, or see how my skills evolve over time by simply switching between the different branches in the repository.

Feel free to browse through the branches to track my daily coding journey!

Clone this wiki locally