Skip to content

jfcolomer/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

calculator

Calculator using Symfony 4 which can handle arithmetical (plus, minus, multiplication, division) and bitwise (AND, OR) operations

Installation

First please clone the project onto your machine. Once the project is cloned onto your machine please change your working directory to it.

Now we will start the PHP server using the following command:

php bin/console server:run 0.0.0.0 You can then open a web browser and navigate to http://localhost:8000/calculator to see the calculator.

You will be presented with main page which a toolbar which will allow you to switch between the Arithmetic and the Bitwise forms were you will be allowed you to perform the different operations mentioned above.

About

Calculator using Symfony 4 which can handle arithmetical (plus, minus, multiplication, division) and bitwise (AND, OR) operations

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors