Calculator using Symfony 4 which can handle arithmetical (plus, minus, multiplication, division) and bitwise (AND, OR) operations
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.