diff options
Diffstat (limited to 'public/projects/js-small-apps/calculator/README.md')
| -rw-r--r-- | public/projects/js-small-apps/calculator/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/public/projects/js-small-apps/calculator/README.md b/public/projects/js-small-apps/calculator/README.md new file mode 100644 index 0000000..ed8883b --- /dev/null +++ b/public/projects/js-small-apps/calculator/README.md @@ -0,0 +1,13 @@ +# Calculator + +A calculator implementation using HTML, CSS and JS. + +You can find more details about the implementation here: https://github.com/florinpop17/app-ideas/blob/master/Projects/1-Beginner/Calculator-App.md + +## Preview + +You can see a live preview here: https://demo.armandphilippot.com/#calculator + +## License + +This project is open-source and available under the [MIT License](../LICENSE). |
