https://github.com/jesusgraterol/calculator-top
This application implements a basic calculator for arithmetic operations and it is the submission for The Odin Project: Calculator.
https://github.com/jesusgraterol/calculator-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This application implements a basic calculator for arithmetic operations and it is the submission for The Odin Project: Calculator.
- Host: GitHub
- URL: https://github.com/jesusgraterol/calculator-top
- Owner: jesusgraterol
- Created: 2023-09-12T15:26:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T13:17:42.000Z (over 2 years ago)
- Last Synced: 2025-03-09T15:55:02.842Z (over 1 year ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage: https://jesusgraterol.github.io/calculator-top/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator

This application implements a basic calculator for arithmetic operations and it is the submission for [The Odin Project: Calculator](https://www.theodinproject.com/lessons/foundations-calculator). The key features are:
- Basic Arithmetic Operations
- Two-Decimal Precision
- Cross-Platform Compatibility
## Live Demo
[Calculator](https://jesusgraterol.github.io/calculator-top/)
## Getting Started
### Requirements
- GIT
### Installation
1) Clone the repository
```bash
git clone git@github.com:jesusgraterol/calculator-top.git
```
## Usage
Open the `index.html` file with your favorite browser.
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3
- JavaScript
## Running the Tests
```bash
# Unit Tests
N/A
# Integration Tests
N/A
# E2E Tests
N/A
```
## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
N/A