https://github.com/kaushikshivam/react-calculator
This is a small reactjs project that I'm building for the Microver JS course.
https://github.com/kaushikshivam/react-calculator
calculator end front front-end-development frontend-web microverse milestone react reactjs
Last synced: 26 days ago
JSON representation
This is a small reactjs project that I'm building for the Microver JS course.
- Host: GitHub
- URL: https://github.com/kaushikshivam/react-calculator
- Owner: KaushikShivam
- Created: 2019-11-04T19:51:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T18:17:25.000Z (10 months ago)
- Last Synced: 2025-09-01T14:44:18.480Z (9 months ago)
- Topics: calculator, end, front, front-end-development, frontend-web, microverse, milestone, react, reactjs
- Language: JavaScript
- Homepage: https://blissful-brattain-2ea0d8.netlify.com/
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Calculator
[React Calculator](https://blissful-brattain-2ea0d8.netlify.com/) This is a small reactjs project that I'm building for the Microver JS course.

## Table of content
- [Description](#Description)
- [Installation](#installation)
- [Contact](#contact)
## Description
This is a small reactjs project that I'm building for the Microver JS course.
### Logic
Add Calculate logic for
- AC
- +/-
- All the math operations including modulo
- = operator
- numeric digits
## Installation
1. Clone the project to your local directory
```
git clone https://github.com/KaushikShivam/restaurant_page
```
2. The project uses NPM for managing dependencies. Run npm install to install all the required dependencies
```
npm install
```
3. Run the task runner to run the app
```
npm run start
```
## Contact
You can contact me at:
- [Portfolio](https://www.shivamkaushik.com)
- [Email](mailto:shivamkaushikofficial@gmail.com)
- [Linkedin](https://www.linkedin.com/in/kshivamdev/)
- [Twitter](https://twitter.com/kShivamDev)
- [Medium](https://medium.com/@shivamkaushikofficial)
- [Angellist](https://angel.co/kshivamdev)