Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilanshSisodia authored Aug 1, 2024
1 parent ab225e5 commit 83f2e6d
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
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.












0 comments on commit 83f2e6d

Please sign in to comment.