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: about 1 year ago
JSON representation

Project Calculator With Vite + ReactJs

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
```