Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 987 Bytes

File metadata and controls

16 lines (13 loc) · 987 Bytes

Functional Calculator :

Overview :

Welcome to the Functional Calculator repository! This project is a fully functional calculator implemented using HTML, CSS, and JavaScript. It provides a sleek and user-friendly interface for performing basic arithmetic operations.

Technologies Used :

  • HTML : Provides the structure and layout of calculator.
  • CSS : Styles the calculator, making it visually appealing and user-friendly.
  • Javascript : Implements the functionality, enabling calculations and user interactions.

Features :

  • Addition, subtraction, multiplication, and division functionalities are implemented.
  • Users can perform simple calculations with ease.
  • Decimal point functionality allows users to perform calculations involving decimal numbers accurately.
  • Clear button (C) allows users to clear the current input or reset the calculator to its initial state.
  • Proper error handling is implemented to provide feedback in case of invalid inputs or operations.