Skip to content

Commit

Permalink
Update Readme and main page
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoodHashem committed May 3, 2024
1 parent b235c94 commit d41eb19
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Projects/calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<body>
<div class="card">
<div class="output input">
<div class="pre" data-previous-operand>123+</div>
<div class="current" data-current-operand>345</div>
<div class="pre" data-previous-operand></div>
<div class="current" data-current-operand></div>
</div>
<div class="row">
<div class="circle" data-all-clear>AC</div>
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Each project is carefully selected to cover different aspects of JavaScript deve
8. **Newsletter Sign up**
This is a responsive newsletter sign-up form that enhances user interaction and data validation. It allows users to enter their email and submit it to subscribe to a newsletter. Upon successful submission, users receive a confirmation message displaying their email. The form includes validation checks to ensure the email field is not left empty and that the entered email is in a correct format.
- [New Year Countdown Live Demo](https://mahmoodhashem.github.io/JavaScript-Projects/Projects/newsletter%20signup/index.html)

9. **Calculator**
This project is a simple calculator built using HTML, CSS, and JavaScript. It is designed to perform basic arithmetic operations such as addition, subtraction, multiplication, and division. The calculator features a clean, user-friendly interface that allows users to input numbers and operations easily to see the results displayed on the screen.
- [Calculator Live Demo](https://mahmoodhashem.github.io/JavaScript-Projects/Projects/calculator/index.html)

....Continue Adding projects
Binary file added images/calculator.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,35 @@ <h2><a target="_blank" href="./Projects/Mouse position/">Mouse Position</a></h2>
</div>
</div>
</div>


<!-- 10th one-->

<div class="card" id="Calculator">
<div><img src="images/calculator.jpeg" alt="calculator" /></div>
<div>
<h2><a target="_blank" href="./Projects/calculator/index.html">Calculator</a></h2>
</div>
<div class="description">
<p>
This project is a simple calculator built using HTML, CSS, and JavaScript. It is designed to perform basic
arithmetic operations such as addition, subtraction, multiplication, and division. The calculator features a
clean, user-friendly interface that allows users to input numbers and operations easily to see the results
displayed on the screen.
</p>
</div>
<div class="links">
<div class="link-item"><a target="_blank"
href="https://github.com/MahmoodHashem/JavaScript-Projects/tree/main/Projects/calculator">Project
Repo</a></div>
<div class="link-item">
<a href="./Projects/calculator/index.html" target="_blank">Live Demo</a>
</div>
</div>
</div>

<!------------------------------------>

</div>


Expand Down

0 comments on commit d41eb19

Please sign in to comment.