Skip to content

J-Maica/basic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Calculator

This is a simple calculator web application built using HTML, CSS, and JavaScript. It allows users to perform basic arithmetic operations.

Features

  • Addition, subtraction, multiplication, and division.
  • Evaluating mathematical expressions using the mathjs library.

Usage

  1. Clone or download the project to your computer.
  2. Open the index.html file in your web browser.
  3. Use the calculator by clicking the buttons.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • mathjs: A library for safe mathematical expression evaluation.

Project Structure

  • index.html: The main HTML file containing the calculator interface.
  • style.css: The CSS file for styling the calculator.
  • script.js: The JavaScript file with the calculator functions.