Calculator progressive web application
Calculator is a PWA (Progressive Web Application) that allows to end user doing mathematic operations fast and simple, using for it keyboard or computer mouse (or touchpad maybe).
This application created by using React.js
and Redux
library.
npm run start
or yarn start
- launches and opens the project in development environment;npm run docs
or yarn docs
- generates documentation;npm run build
or yarn build
- builds the application for production;npm run-build
or yarn run-build
- launches building project.Calculator application is open-sourced software licensed under the MIT License (MIT). Please see License File for more information
Detailed changes for each release are documented in the release notes.
I’m thanks all the people who contributed or who want to contribute to “Calculator” application.
If you want to contribute, make sure that read the Contributing Guide before making a pull request, thanks.
If you still have questions about the work of this application or you have cool ideas for it improvement
, please write to me
.
If you find a bug , please create an appropriate issue with detailed information about it
.
Thanks!