This repository documents my learning progress as I advance through the Web Development course at Sparta Coding Club. Each week, I update the repo with the concepts and projects I have worked on.
Topics Covered:
- Introduction to HTML
- Introduction to CSS
- Introduction to Bootstrap
- Introduction to JavaScript
Progress:
In Week 1, I focused on building a solid foundation in web development by learning the basics of HTML, CSS, Bootstrap, and JavaScript.
If you'd like to explore the code, contribute your improvements, or suggest enhancements, feel free to fork the repository:
- Click the "Fork" button at the top right of this page.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/your-forked-repo.git
- Make your changes and improvements.
- Push the changes to your forked repository:
git push origin your-branch
- Create a pull request to merge your changes into this repository.