Skip to content

97mams/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This mini-project is a simple calculator implemented in PHP, designed to be run through the PHP Command-Line Interface (CLI).

Features

  • Addition: Perform addition of two numbers.
  • Subtraction: Perform subtraction between two numbers.
  • Multiplication: Perform multiplication of two numbers.
  • Division: Perform division between two numbers.

Prerequisites

  • PHP installed on your machine.
  • Composer installed for managing dependencies.

Installation

  1. Clone the repository:
    $ git clone [https://github.com/97mams/calculator.git]
  2. Change directory
     $ cd calculatrice
  3. Reload vendor
     $ composer install
  4. Run project with CLI php
    $ php index.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages