Skip to content

srinivasa-reddy25/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator Application

This project is a simple calculator application built using HTML, CSS, and JavaScript. It provides a user-friendly interface for performing basic arithmetic operations.

Project Structure

calculator
├── public
│   └── index.html        # HTML structure for the calculator application
├── src
│   ├── script.js         # JavaScript code for calculator functionality
│   └── styles.css        # CSS styles for the calculator application
├── vercel.json           # Configuration for deploying on Vercel
├── package.json          # npm configuration file
└── README.md             # Documentation for the project

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd calculator
  2. Install dependencies:

    npm install
  3. Run the application: You can open the public/index.html file in your web browser to view the calculator.

Deployment

This project can be deployed on Vercel. Ensure you have a vercel.json file configured for deployment settings.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division.
  • User-friendly interface with responsive design.
  • Clear and backspace functionality.

Acknowledgments

  • This project utilizes Tailwind CSS for styling.
  • Math.js is used for performing mathematical operations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published