Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bimoware/calculator

React calculator with all basic functionnalities
https://github.com/bimoware/calculator

calculator calculator-react react react-calculator

Last synced: about 1 month ago
JSON representation

React calculator with all basic functionnalities

Awesome Lists containing this project

README

        

This is a [Next.js](https://nextjs.org/) project that lets you use a simple yet fully-functionnal calculator.
## Example
https://github.com/bimoware/calculator/assets/71925280/d9b30a2b-172e-4acb-8f12-fd7657cbab34
## Install then run with

```bash
npm run dev
```
Or if you have other alternatives to npm:
```bash
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
## Launch with
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying [`src/app/page.jsx`](https://github.com/bimoware/calculator/blob/main/src/app/page.jsx). The page auto-updates as you edit the file.