https://github.com/timotheemm/online-calculator
Online calculator made with HTML, CSS and JavaScript
https://github.com/timotheemm/online-calculator
begginer-friendly calculator calculator-javascript css css3 html html-css html-css-javascript html5 html5-css3 javascript open-source
Last synced: about 2 months ago
JSON representation
Online calculator made with HTML, CSS and JavaScript
- Host: GitHub
- URL: https://github.com/timotheemm/online-calculator
- Owner: timotheeMM
- License: mit
- Created: 2023-09-21T17:14:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T16:52:21.000Z (over 1 year ago)
- Last Synced: 2024-01-26T17:40:49.580Z (over 1 year ago)
- Topics: begginer-friendly, calculator, calculator-javascript, css, css3, html, html-css, html-css-javascript, html5, html5-css3, javascript, open-source
- Language: JavaScript
- Homepage: https://timotheemm.github.io/online-calculator/
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ONLINE CALCULATOR

## What is this project ?
This project is an online calculator coded with HTML5, CSS3 and JavaScript.
## Use the calculator
To use the calculator, go to this website: [https://timotheemm.github.io/online-calculator/](https://timotheemm.github.io/online-calculator/)
## You want to contribute ?
If you want to contribute to this project, you are welcome! For this, there are a few steps:
1. Create a fork of this project in your GitHub account.
2. Clone this fork on your machine with:```sh
# make sure that git is installed before doing this
git clone https://github.com/your-username/online-calculator.git
```3. Create a new branch that describes what you want to do by entering:
```sh
git checkout -b my-branch
```4. Make your changes.
> Important: add your GitHub username to the [CONTRIBUTORS.md](https://github.com/timotheeMM/online-calculator/blob/main/CONTRIBUTORS.md) file following the syntax of the creator.
5. Add the files you have modified:
```sh
git add .
```6. Make a commit where you say everything you’ve done:
```sh
git commit -m "change... and add..."
```7. Push your changes to GitHub:
```sh
git push -u origin my-branch
```8. Make a pull request by going to the project fork page and clicking on "Contribute > Open pull request". A window will open, and you will be able to explain in more detail all the changes you have made.
9. Validate and then wait for validation... 😊
💡 You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!
## License
This project is under a [MIT license](https://github.com/timotheeMM/online-calculator/blob/main/LICENSE).