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!
Yes! You can check it here!
- ReactJS
- Git
- Stateful and stateless components
- Project structure
- Webpack
Just run this code:
git clone https://github.com/NauCode/Calculator-ReactJS.git
After that, enter in the folder using:
cd .\Calculator-ReactJS\
And install the dependencies:
npm install
Run it:
npm start
And done! You can code your app now using this template!