Skip to content

mattwellss/calc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calc!

A very simple calculator

About

Calc was built using the following technologies:

Installation and running

To run calc-app, the following requirements must be met:

Install initially by cloning the git repository:

> git clone https://github.com/mattwellss/calc-app

Once that completes, navigate to the newly-cloned repository and composer install. This installs all the required libraries, including the crux of the application, calculation.

After composer has installed the app's dependencies, it's time to run! The simplest way to run the app is with PHP's built-in server.

> php -S localhost:8000 ./web/index.php

Now navigate with your browser to localhost:8000 and calculate away!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors