diff --git a/README.md b/README.md new file mode 100644 index 0000000..7eed647 --- /dev/null +++ b/README.md @@ -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. + + + + + + + + + + + +