Calculator responsive webpage with the ability to perform all the basic mathematical operations (add, subtract, multiply, divide). Built-in with vanilla JavaScript.
Client
Server
Database
- Perform mathematical operations
- Nice User Interface following design guidelines
https://jorgeabrahan.github.io/calculator/
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Git SCM
- Visual Studio Code
- Live Server extension
Clone this repository to your desired folder:
git clone https://github.com/jorgeabrahan/calculator.git
Or download the ZIP folder.
Once you've cloned the repository simply run:
cd calculator
npm i
And if you want to analyze the code you can run:
code .
To open the project in VScode
To run the project, if you are on the metrics folder path on your terminal you can execute the following command:
npm start
There are no tests configured for this project.
npm run build
👤 Jorge Abrahan
- GitHub: @jorgeabrahan
- LinkedIn: Jorge Abrahan
- Add a history of all the previous performed calculations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can just cheer me up with a comment 🙂!
Currencies API used for this project: https://github.com/fawazahmed0/currency-api#readme
Design guidelines for this project : https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs) by Nelson Sakwa on Behance
-
What is this project's main purpose?
- To practice working with Vanilla JavaScript and improve my programming logic.
This project is MIT licensed.