Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilsyaa/calculator-react
Project Calculator With Vite + ReactJs
https://github.com/ilsyaa/calculator-react
calculator calculator-react reactjs
Last synced: 5 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-03T17:39:49.000Z (9 months ago)
- Last Synced: 2024-02-03T18:40:19.391Z (9 months ago)
- Topics: calculator, calculator-react, reactjs
- Language: JavaScript
- Homepage: https://ilsya.my.id/calreact/
- Size: 146 KB
- Stars: 4
- 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.gitcd calculator-react
npm install
npm run dev
```## build product
```bash
npm run build
```