https://github.com/corocoto/calculator
Calculator progressive web application
https://github.com/corocoto/calculator
calculator ecmascript javascript progressive-web-app pwa react react-components reactjs redux web-application
Last synced: 3 months ago
JSON representation
Calculator progressive web application
- Host: GitHub
- URL: https://github.com/corocoto/calculator
- Owner: corocoto
- License: mit
- Created: 2018-03-08T14:22:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T15:27:30.000Z (over 1 year ago)
- Last Synced: 2024-07-08T19:33:17.935Z (over 1 year ago)
- Topics: calculator, ecmascript, javascript, progressive-web-app, pwa, react, react-components, reactjs, redux, web-application
- Language: JavaScript
- Homepage: https://corocoto.github.io/Calculator/
- Size: 5.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# [Calculator](https://corocoto.github.io/Calculator/) :abacus:
[](https://github.com/corocoto/Calculator/actions)
## Introduction :label:
**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).
## About application
This application created by using `React.js` and `Redux` library.
## Available commands: :receipt:
- ```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.
## License :bookmark_tabs::copyright:
**Calculator** application is open-sourced software licensed under the MIT License (MIT). Please see [License File](LICENSE) for more information
## Changelog :notebook_with_decorative_cover::date:
Detailed changes for each release are documented in the [release notes](CHANGELOG.md).
## Contributing :octocat:
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](CONTRIBUTING.md) before making a pull request, thanks.
## Conclusion
If you still have questions about the work of this application :grey_question: or you have cool ideas for it improvement :boom:, please write to me :email:.
If you find a bug :bug:, please create an appropriate issue with detailed information about it :speech_balloon:.
Thanks!