Web Development

Published on January 15, 2026 at 12:12 AM

How I organized my university web app project on GitHub, week by week, so it stays clean and easy to manage.

For my web application development course, I needed a GitHub repository that could grow with weekly labs and features. Instead of throwing everything into one messy folder, I set up a structure that mirrors the course:

  • A main README.md explaining the project

  • A labs/ folder with subfolders like week01_html, week02_css, etc.

  • A src/ folder for the main application code

  • Branches for experimenting with new features

In this post, I break down the repo layout, naming conventions, and tips for writing commit messages your future self will actually understand.

Add comment

Comments

There are no comments yet.