Skip to content

leyshop/Calculator-using-html-css-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

This is a beginner-friendly calculator project using HTML, CSS, and JavaScript. It's a basic implementation designed for those who are new to web development.

Getting Started

To run the calculator locally on your machine, follow these simple steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/simple-calculator.git
  2. Open the Project:

    cd simple-calculator
  3. Open index.html in Your Browser: Double-click on the index.html file or open it with your preferred web browser.

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear button to reset the input.
  • Responsive design for various screen sizes.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Project Structure

simple-calculator/
|-- index.html
|-- style.css
|-- script.js
|-- README.md
  • index.html: The main HTML file containing the structure of the calculator.
  • style.css: The stylesheet file for styling the calculator.
  • script.js: The JavaScript file containing the logic for calculator operations.
  • README.md: This file, providing information about the project.

How to Use

  1. Open the index.html file in your web browser.
  2. Use the calculator buttons to input numbers and perform operations.
  3. Press the "C" button to clear the input.

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • This project is intended for educational purposes and is beginner-friendly.
  • Inspired by the need for a simple calculator for those learning HTML, CSS, and JavaScript.

Feel free to customize, enhance, or modify this project to suit your needs! Happy coding!

About

Calculator for beginner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published