https://github.com/ibnzuk/reactcalc
Experimental React project - Math calculator with an ability to select dark theme
https://github.com/ibnzuk/reactcalc
componets css ibnz ibnz-developers ibnzuk javascript math-calculator react
Last synced: about 1 month ago
JSON representation
Experimental React project - Math calculator with an ability to select dark theme
- Host: GitHub
- URL: https://github.com/ibnzuk/reactcalc
- Owner: ibnzUK
- Created: 2020-05-19T07:40:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T10:15:30.000Z (almost 5 years ago)
- Last Synced: 2025-03-31T22:46:52.411Z (about 1 year ago)
- Topics: componets, css, ibnz, ibnz-developers, ibnzuk, javascript, math-calculator, react
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

This is a simple responsive math calculator built using react js with dark or light theme
## Community coders, please commit
Feel free to add extra functions or improvements, This helps me to more familiarise with source control and open source project managing
## Running instructions
* copy project to your directory ( git clone https://github.com/ibnzUK/ReactCalc.git )
* navigate to _ReactCalc_ project directory
* make sure you have node.js installed on your machine
* install project packages (npm install)
* start project (npm run start)