summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 17:41:15 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-09-13 17:41:15 +0530
commit4e28020e236a5778eb7b1033514fd277e013841c (patch)
tree9721bce2995646b058b9436c8a078d882daee219
parent676f52a61d066d1bc659e29838ba993f5ad2084d (diff)
Updating README.md
-rw-r--r--README.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/README.md b/README.md
index f63d455..67eb594 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,9 @@ This is a simple web calculator built with HTML, CSS, and JavaScript.
1. Clone this repository to your local machine:
```bash
- git clone https://github.com/jsutsaumit/web-calculator.git
+ git clone https://github.com/justsaumit/web-calculator.git
```
+
2. Navigate to the project directory:
```bash
@@ -30,9 +31,10 @@ This is a simple web calculator built with HTML, CSS, and JavaScript.
- `script.js`: JavaScript file for calculator logic.
- `server.py`: Python server using Flask for.
-## Customize
+## Reference
-Feel free to customize the calculator's appearance and behavior by modifying the HTML, CSS, and JavaScript files.
+This is image is for reference.
+<img src="https://help.apple.com/assets/640A52196275DE31D4371B5E/640A52226275DE31D4371B8B/en_US/91433b868ad67ee9e2a087cca75de95c.png" alt="Image Description" style="max-height: 400px;" />
## License
@@ -45,11 +47,18 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
1. **Fork the Repository:** Click the "Fork" button on the top right corner of the repository page to create a copy of the project in your GitHub account.
2. **Clone Your Fork:** Clone your forked repository to your local machine using the following command:
+ **Using HTTPS**
```bash
git clone https://github.com/<your-username>/web-calculator.git
```
+ **Using SSH**
+
+ ```bash
+ git clone git@github.com:<justsaumit>/web-calculator.git
+ ```
+
3. **Create a Branch:** Create a new branch for your work. Use a descriptive name for your branch to indicate the feature or bug you are working on:
```bash
@@ -76,10 +85,6 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
9. **Merge:** Once your PR is approved, it will be merged into the main project.
-## License
-
-By contributing to this project, you agree to the [MIT LICENSE](LICENSE).
-
---
-Thank you for your contribution! Hope you do many more!
+**Thank you for your contribution :D Hope you do many more!**