Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ben-abdurrehman/calculator
A calculator, using Reactjs + Vite, tailwindcss.
https://github.com/ben-abdurrehman/calculator
Last synced: 7 days ago
JSON representation
A calculator, using Reactjs + Vite, tailwindcss.
- Host: GitHub
- URL: https://github.com/ben-abdurrehman/calculator
- Owner: ben-abdurrehman
- Created: 2024-11-01T06:48:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:54:34.000Z (3 months ago)
- Last Synced: 2024-12-25T05:28:55.662Z (about 1 month ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator
## A simple `Calculator`, using `reactjs + vite`, and `tailwind`.### You can easily `download` this repo by going to the `code button`, after pressing it click on `Download zip`.
### After `Downloading` it, open in `VS-code` and write the following command in terminal
```bash
npm i
```
Now run it by typing```bash
npm run dev
```
Run this Project copy it, and paste it into the browser url
```bash
localhost:5173
```### Here is some representation of my `Calculator` project.
![Project `Calculator` Screenshot](src/assets/Screenshot.png)