Skip to content

mah-shamim/emoji-calculator

Repository files navigation

Emoji Calculator

Installation

  • Git clone the project repository from this link: Emoji Calculator
  • Execute this command to install composer dependence
composer install
  • Create an application Encryption Key using this command
php artisan key:generate

Application Run

  • To start the application run this command
php artisan serve --port=5004

Unit Test

  • To unit test the application
php artisan test

Manual

When 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
    1. 👽 Addition (Alien)
    2. 💀 Subtraction (Skull)
    3. 👻 Multiplication (Ghost)
    4. 😱 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.

Interface

Emoji Calculator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages