Skip to content

Venkatesh-6921/Simple-calculator-Using-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 Simple Calculator Using JavaScript

A simple and elegant calculator built using HTML, CSS, and JavaScript.
It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, division, and finding remainders — all inside a clean and responsive interface.


🚀 Features

  • Perform basic arithmetic operations
  • Real-time output display
  • Responsive design (works on mobile and desktop)
  • User-friendly and minimalistic UI
  • Smooth, centered layout using modern CSS flexbox and gradients

🧠 Project Overview

This project demonstrates the use of core JavaScript functions for DOM manipulation and basic mathematical operations.
It’s ideal for beginners who want to understand how event handling and user inputs work in JavaScript.


📂 Folder Structure

Simple Calculator Using JavaScript/
│
├── index.html      # Main HTML file
├── style.css       # Styling file
├── README.md       # Project documentation
├── .gitignore      # Git ignore configuration
└── LICENSE         # MIT license

🛠️ Technologies Used

  • HTML5 – Structure of the calculator
  • CSS3 – Styling and responsive layout
  • JavaScript (ES6) – Logic and interactivity

🧩 Future Development

  • Add keyboard input support
  • Include scientific calculator functions (sin, cos, tan, log, etc.)
  • Implement dark/light theme toggle
  • Add calculation history
  • Create a mobile app version using React Native or Flutter

💡 How to Use

  1. Clone or download this repository.
  2. Open the index.html file in your browser.
  3. Enter two numbers and click the desired operation button.
  4. The result will appear instantly on the screen.

🌐 Live Demo

Check out the live calculator here:
Live Calculator


📜 License

This project is licensed under the MIT License – see the LICENSE file for details. You are free to use, modify, and distribute it for learning or personal projects.


🧭 Note

Check out my other repositories for more web development and JavaScript projects!
👉 Visit My GitHub Profile


👨‍💻 Author

Venkatesh-6921
🔗 GitHub Profile


If you like this project, please give it a star on GitHub!

About

A simple, responsive calculator built with HTML, CSS, and JavaScript for basic arithmetic operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published