Are you new to web development? Just learning HTML/CSS/JS and you want to contribute to open source? Follow the steps below!
1. If you have suggestions for how this project could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
### 2. Fork this repository . Click on fork to create a copy of project to your account. This creates a separate copy for you to workon
### 3. Clone the repository to your local machine using: ``` $ git clone https://github.com//.git ``` Now you have the project on your local machine
cd <your-forked-project-folder>
$ git remote add upstream https://github.com/Emilance/Javascript-Calculator-App.git
git pull upstream master
git switch -c branch-name-here
7. Make the appropriate changes for the issue you are trying to address or the feature that you want to add
git push origin branch-name-here