Module 4
4.7 project
Module 4
4.7 project
Here’s a refined version of your instructions:
In this project, you’ll create a public repository on GitHub, upload your HTML, CSS, and JavaScript projects, and organize them into different branches. Follow the steps below to complete the project and submit your GitHub repository URL once you're done.
Create a New Public Repository on GitHub. You can name it web-projects (or any name you prefer).
Clone the Repository to your local machine and navigate to the directory.
Add your projects:
Project 1: HTML files (create a folder for HTML files, e.g., project1-html).
Project 2: CSS files (create a folder for CSS files, e.g., project2-css).
Project 3: JavaScript files (create a folder for JS files, e.g., project3-js).
Push the HTML and CSS files to the master branch.
Push the JavaScript files to the feature-1 branch.
Once you have completed all the steps, submit the URL of your GitHub repository for review.
Good luck, and happy coding!