Skip to content

Have you ever felt the need to perform a quick calculation in your browser without opening any external app? Try this calculator web app that offers a nice user experience and interface directly in your browser. It is responsive and it was built in with vanilla JavaScript to help you with basic mathematical operations.

License

Notifications You must be signed in to change notification settings

jorgeabrahan/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πŸ“— Table of Contents

πŸ“– Metrics

Calculator responsive webpage with the ability to perform all the basic mathematical operations (add, subtract, multiply, divide). Built-in with vanilla JavaScript.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Perform mathematical operations
  • Nice User Interface following design guidelines

(back to top)

πŸš€ Live Demo

https://jorgeabrahan.github.io/calculator/

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Git SCM
  • Visual Studio Code
  • Live Server extension

Setup

Clone this repository to your desired folder:

git clone https://github.com/jorgeabrahan/calculator.git

Or download the ZIP folder.

Install

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

Usage

To run the project, if you are on the metrics folder path on your terminal you can execute the following command:

npm start

Run tests

There are no tests configured for this project.

Deployment

npm run build

(back to top)

πŸ‘₯ Authors

πŸ‘€ Jorge Abrahan

(back to top)

πŸ”­ Future Features

  • Add a history of all the previous performed calculations

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can just cheer me up with a comment πŸ™‚!

(back to top)

πŸ™ Acknowledgments

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

(back to top)

❓ FAQ

  • What is this project's main purpose?

    • To practice working with Vanilla JavaScript and improve my programming logic.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Have you ever felt the need to perform a quick calculation in your browser without opening any external app? Try this calculator web app that offers a nice user experience and interface directly in your browser. It is responsive and it was built in with vanilla JavaScript to help you with basic mathematical operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages