Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a1626/react-calculator
A calculator app based on react, created for learning purpose.
https://github.com/a1626/react-calculator
Last synced: 15 days ago
JSON representation
A calculator app based on react, created for learning purpose.
- Host: GitHub
- URL: https://github.com/a1626/react-calculator
- Owner: a1626
- License: mit
- Created: 2023-11-21T13:38:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T09:25:24.000Z (about 1 year ago)
- Last Synced: 2024-11-09T07:43:20.750Z (2 months ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# React Calculator
A calculator app based on react, created for learning purpose.
## Tech used
- React (react, react-dom, react-scripts)## Features Implemented
- [ ] only limited fields allowed
- [ ] switch b/w scientific## How to use
- clone the repository
- run `npm i` to install all the dependencies
- run `npm start` to run the application
- the application will run on port `3000` by default