Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)