sanskarmalkhede / calculator

A standard calculator made using Javascript.
https://sanskarmalkhede.github.io/calculator/
1 stars 5 forks source link

Implement Error Handling and Display #7

Open sanskarmalkhede opened 1 year ago

sanskarmalkhede commented 1 year ago

Issue Description: Currently, our calculator doesn't handle errors gracefully. Let's enhance error handling by adding proper validation and error messages. This will provide users with feedback when they enter invalid inputs or perform operations that cannot be executed.

Contributing Guidelines: Identify common error scenarios and implement appropriate error messages. Ensure that error messages are displayed clearly to users. Test error handling thoroughly to prevent crashes or unexpected behavior.

riyasai22 commented 1 year ago

Hi I would like to contribute to this issue, could you assign it to me please. I'll get it done in a day.

sanskarmalkhede commented 1 year ago

The issue is assigned to you. Fork the repository and follow all the contributing rules.