Skip to content

Commit

Permalink
say clearly what the app does
Browse files Browse the repository at this point in the history
  • Loading branch information
2brownc committed Jun 4, 2022
1 parent a726ef3 commit d365021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# calc

- A calculator built using ReactJS.
- Provides AC and DEL operations.
- Handles "divide by zero" and other invalid operations.
- Takes input from keypad in the app and also from the keyboard.
- Provides AC and DEL operations.
- Notifies user about invalid operations.
- Warns when input number is not a safe integer.

[See the app in action!](https://calc-react.pages.dev/)

0 comments on commit d365021

Please sign in to comment.