Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)