https://github.com/nicocodescode/react-calculator
A simple calculator made with ReactJS
https://github.com/nicocodescode/react-calculator
Last synced: 10 months ago
JSON representation
A simple calculator made with ReactJS
- Host: GitHub
- URL: https://github.com/nicocodescode/react-calculator
- Owner: NicoCodesCode
- License: mit
- Created: 2025-01-12T23:13:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T23:56:14.000Z (about 1 year ago)
- Last Synced: 2025-02-06T02:13:44.224Z (11 months ago)
- Language: JavaScript
- Homepage: https://nicocodescode.github.io/react-calculator/
- Size: 269 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Calculator
It's just another simple calculator application built with React that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This is the first React project I make, please feel free to tell me where I can improve.
## Clone the repository
```bash
git clone https://github.com/your-username/react-calculator.git
cd react-calculator
npm install
```