https://github.com/ilsyaa/calculator-react
Project Calculator With Vite + ReactJs
https://github.com/ilsyaa/calculator-react
calculator calculator-react reactjs
Last synced: about 1 year ago
JSON representation
Project Calculator With Vite + ReactJs
- Host: GitHub
- URL: https://github.com/ilsyaa/calculator-react
- Owner: ilsyaa
- Created: 2023-11-12T15:03:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T17:39:49.000Z (over 2 years ago)
- Last Synced: 2025-04-19T19:05:26.260Z (about 1 year ago)
- Topics: calculator, calculator-react, reactjs
- Language: JavaScript
- Homepage: https://ilsya.my.id/calreact/
- Size: 146 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator / React Js

Simple Project Calculator with Vite + ReactJs
## Installation
To run this project, follow these steps:
```bash
git clone https://github.com/ilsyaa/calculator-react.git
cd calculator-react
npm install
npm run dev
```
## build product
```bash
npm run build
```