Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bimoware/calculator
- Owner: bimoware
- Created: 2024-06-08T21:05:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T19:36:34.000Z (7 months ago)
- Last Synced: 2024-06-13T01:42:46.139Z (7 months ago)
- Topics: calculator, calculator-react, react, react-calculator
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.