- Git clone the project repository from this link: Emoji Calculator
Run this command to clone
git clone https://github.com/mah-shamim/emoji-calculator.gitGo to emoji-calculator folder
cd emoji-calculatorPull the docker image
docker pull mahshamim/laraedit:8.1Run the container
docker run -tid -p 3000:80 -p 3001:3306 -p 3002:22 --name emoji-calculator -d -v /path/to/your/app:/var/www/html/app mahshamim/laraedit:8.1- Execute this command to install composer dependence
cd var/www/html/app/
composer install --ignore-platfrom-reqs- Click on this link: Emoji Calculator to open application
- To unit test the application
php artisan testWhen you see web page is loaded on web browser. please follow this instruction to operate this application.
- Type first operand as number value only you can use any number.
- Select operator emoji icon from this available options
- 👽 Addition (Alien)
- 💀 Subtraction (Skull)
- 👻 Multiplication (Ghost)
- 😱 Division (Scream)
- Type second operand as number value only you can use any number.
- Click the "Calculate" button to get result System replay will have Operation to confirm which operation program detected and Operation explanation in human format.
