This is a Javascript Calculator made with HTML, CSS and vanilla Javascript. Built to showcase our web development skills!
- Start building amazing calculator
- Finish amazing calculator
- Put it up with Github pages
It goes without saying but to work with others on this project, you need to have Git installed.
Contributions are what make the community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
We all have tasks that have been assigned to us or that we chose to do ourselves. To perform this task, please fork the repo and create a pull request.
- Fork the Project
- Create your dev Branch (
git checkout -b dev
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin dev
) - Open a Pull Request
We'll add the file structure the project is meant to follow here.
Git and github can be an intimidating concept for beginners, but trust me, once you've gotten the hang of the basics, you'll see that it's not as hard as it looks. The method of contributing to this repo takes you through the standard process of contributing to open source, so it'll be useful practice for when you start contributing to those big projects! Here are some resources to help with learning git:
- This video is a relatively short introduction to Git and its basics
- For those looking for a more in depth explanation, this video helps
- This book is from Git's website and its quite extensive. Some videos can also be found on the site too.
Between these and Google, you should be able to solve most issues you'll encounter. But if you are still facing problems, don't hesitate to reach out