https://github.com/obomhese-raphael/codsoft-task2
https://github.com/obomhese-raphael/codsoft-task2
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/obomhese-raphael/codsoft-task2
- Owner: Obomhese-Raphael
- Created: 2024-03-09T14:28:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T14:32:09.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T10:56:55.863Z (8 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator App
A simple calculator app built with HTML, CSS, and JavaScript. This app allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
## Features
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Responsive design for seamless use on different devices :).
- Clear and user-friendly interface.
## Technologies Used
1. HTML
2. CSS
3. JAVASCRIPT
## Contributing
If you'd like to contribute to the development of this calculator app, follow these steps:
1. Fork the repository
2. Create a new branch (git checkout -b feature/your-feature)
3. Make your changes