-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab225e5
commit 83f2e6d
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Project12_Calculator | ||
|
||
## Overview | ||
|
||
Project12_Calculator is a simple calculator application designed to help sharpen basic JavaScript skills. It demonstrates essential concepts in web development, including HTML, CSS, and JavaScript. | ||
|
||
## Features | ||
|
||
- Basic arithmetic operations: addition, subtraction, multiplication, and division | ||
- Responsive design | ||
- User-friendly interface | ||
|
||
## Usage | ||
|
||
- Enter numbers and select operations using the buttons. | ||
- Click the `=` button to get the result. | ||
- Use the `C` button to clear the input. | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. | ||
|
||
## Acknowledgements | ||
|
||
- Basic concepts learned from various JavaScript tutorials and resources. | ||
|
||
## Contact | ||
|
||
For any questions or suggestions, feel free to open an issue or contact the repository owner. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|