https://github.com/kritika30032002/calculator
This is a Calculator website.
https://github.com/kritika30032002/calculator
css html javascript project webdevelopment
Last synced: 8 months ago
JSON representation
This is a Calculator website.
- Host: GitHub
- URL: https://github.com/kritika30032002/calculator
- Owner: Kritika30032002
- Created: 2022-11-17T10:57:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T10:23:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T06:11:18.339Z (over 1 year ago)
- Topics: css, html, javascript, project, webdevelopment
- Language: HTML
- Homepage: https://kritika30032002.github.io/Calculator/
- Size: 192 KB
- Stars: 1
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Contributing to Calculator
Find an issue to work on from the [issues page](https://github.com/Kritika30032002/Calculator/issues) and comment under it or raise your own. Once you are assigned, proceed to work on it:
* [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks) this repository (Click the Fork button in the top right of this page, click your Profile Image)
* Clone your fork down to your local machine
```markdown
git clone https://github.com//Calculator
```
* Create a new [branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches) (use relevant names based on your issue)
```markdown
git checkout -b branch-name
```
* Make your changes (choose from any task below)
* Commit and push
```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```
* Open a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) to the main branch of the repository and wait for it to be merged.

