#CodingUnited Challenge 1 - Alex Cochrane
This challenge allowed me to research independently and learn the important concepts for Git tools, as well as freshen up my beyond rusty HTML and CSS.
#Easy -Created a public Repo in the codingUnited org under: Challenge-Alex -Created a folder within the repoo titled: challenge1-GithubRepoCreation -Commited and puished to Github using CLI tools
#Medium -Cloned the repo locally using git clone -Made changes usin VS Code locally -created a separet branch named 'test' -Opened pull request and merged into my main branch
#Hard -Added basic CSS into my index.html file (changed bacground and font colors, styling) -Edited this README.md using markdown
**Calculator** -Added calculator.py -used boilerplate code from challenge -added while loop for calculaotr repitiion based on user inputs -added break criteria for division by 0 and invalid operators