This challenge was completed as a preparation exercise for a scenario that I will likely encounter as a web developer.
I was provided with a starter code which I needed to modify - Marketing agency hired me to make their web application optimised for search engines.
- Refactoring a codebase to follow accessiblity standards
- Generating a Lighthouse report using Dev Tools on Live Server
- If you're new to GitHub and just want to download the entire code, hit the green button saying "Code", and then choose the "Download ZIP" option.
- On github.com, navigate to the main page of the repository
- Above the list of files, hit the green button saying "Code"
- Copy SSH or HTTPS key
- On your Terminal (Mac) / Git bash (Microsoft) make sure you are in the directiory you want to clone this in
- Use below command followed by a SSH/HTTPS code and hit enter
git clone
- You are good to go! 🔥
P.S. If you are using GitHub Desktop, when you hit the green "Code" button, just select "Open with GitHub Desktop" and follow their instructions.
-
Below are some of the resources that have assisted in completing this challenge:
-
HTML Semantic Elements
-
Professional README Guide
https://coding-boot-camp.github.io/full-stack/github/professional-readme-guide
N/A