Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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