Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kritika30032002/calculator
This is a Calculator website.
https://github.com/kritika30032002/calculator
css html javascript project webdevelopment
Last synced: 26 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T10:23:49.000Z (over 1 year ago)
- Last Synced: 2024-04-13T20:43:36.942Z (7 months 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.![image](https://user-images.githubusercontent.com/83400697/207385823-04ef7028-6040-4640-b683-7af97e70c3bd.png)
![image](https://user-images.githubusercontent.com/83400697/207385158-2b151421-5dbf-4319-befd-1e257e8e2e2b.png)