Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.91 KB

README.md

File metadata and controls

62 lines (32 loc) · 1.91 KB

🔢 CalcuLIT!

A Calculator Application built using HTML, CSS, and JavaScript!

💻 Screenshot

App Screenshot

✍️ Lessons Learnt

  • Planning and designing the user interface that is easy to use and navigate.

  • HTML to structure the layout of the Calculator.

  • Adding Favicon to the website.

  • CSS Flexbox to create a flexible layout.

  • CSS Button Hover and Click properties.

  • The concept of CSS ID's and Classes.

  • Importing Google Fonts (font-family: 'Chivo Mono')

  • Understanding the JavaScript logic behind different operations like +, -, X, ÷, = and Clear Button (C).

🚀 Features

  • Basic Arithmetic Operations: Addition, Subtraction, Multiplication, and Division.

  • Clear Button (C) to clear the Calculator's display.

  • Fully responsive and compatible with different screen sizes.

💡 Future Additions:

  • Advanced Math Functions: Square root, Exponentiation, Logarithmic, Trigonometric and Inverse Trigonometric Functions.

  • Memory Functionality: Store and recall values.

  • Support for keyboard input.

🎨 Color Reference

Color Hex
Dark Charcoal #2e2d2da2 #2e2d2da2
Spanish Gray #9b9a9ae1 #9b9a9ae1
India Green #098f0952 #098f0952
Lime Green #3ee9387a #3ee9387a
Jelly Bean Blue #458097c8 #458097c8
Chrome Yellow #f5a9068a #f5a9068a

📢 Contributors

Ishita1604