https://github.com/thenaubit/calculator-reactjs
A minimalistic calculator done in ReactJS for the tutorials I am writing in my blog!
https://github.com/thenaubit/calculator-reactjs
calculator calculator-javascript react react-component react-components reactjs
Last synced: 11 months ago
JSON representation
A minimalistic calculator done in ReactJS for the tutorials I am writing in my blog!
- Host: GitHub
- URL: https://github.com/thenaubit/calculator-reactjs
- Owner: TheNaubit
- Created: 2020-01-27T18:53:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T21:02:31.000Z (over 2 years ago)
- Last Synced: 2025-02-17T13:45:12.445Z (11 months ago)
- Topics: calculator, calculator-javascript, react, react-component, react-components, reactjs
- Language: JavaScript
- Size: 1.38 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator in ReactJS
A simple and minimalistic calculator I have created for my upcoming tutorials in my blog. Meanwhile they are being written, you can check this project full of comments explaining what I do and why I do that!
# Is there any demo?
Yes! You can check it [here](https://naucode.github.io/Calculator-ReactJS/)!
# Features
- ReactJS
- Git
- Stateful and stateless components
- Project structure
- Webpack
# How to install it?
Just run this code:
``` bash
git clone https://github.com/NauCode/Calculator-ReactJS.git
```
After that, enter in the folder using:
``` bash
cd .\Calculator-ReactJS\
```
And install the dependencies:
``` bash
npm install
```
Run it:
``` bash
npm start
```
And done! You can code your app now using this template!