https://github.com/princexz/calculator-app
https://github.com/princexz/calculator-app
flexbox-css html-css javascript jquery-ajax
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/princexz/calculator-app
- Owner: Princexz
- License: apache-2.0
- Created: 2024-10-22T16:39:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T17:10:28.000Z (over 1 year ago)
- Last Synced: 2025-05-08T05:31:08.225Z (about 1 year ago)
- Topics: flexbox-css, html-css, javascript, jquery-ajax
- Language: HTML
- Homepage: https://princexz.github.io/Calculator-App/
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator-App
A simple Calculator for general purposes.
## Why use it?
Its useful for simple calculations.
## Features
* Add
* Multiply
* Subtract
* Divide
## Built With
* love
* html
* css
* javascript
## How to Run?
To run my application you simply need to clone the project and run the html file.
## Screenshot
Issues
==========
* Internet Explorer you need to allow all the scripts to run.
* Not working in Mozilla.
* Feel free to submit more issues and enhancement requests.
Contributing
==========
Any kind of contributions are welcome.
1. **Fork** the repo on GitHub.
2. **Clone** the project to your own machine.
3. **Commit** changes to **development branch**.
4. **Push** your work back up to your fork.
5. Submit a **Pull request** so that i can review your changes
##License
```Groovy
MIT License
Copyright (c) 2024 Prince Solomon
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```