Skip to content

4kauanmota/devCalc-WEB

Repository files navigation

Project Stars Project Commits Week

📄 Informations

This project is designed to perform calculations using the syntax of the programming languages.

+ > plus | - > minus | * > times | / > division | % > rest of division | ** > power


Features

  • Calculations with programming languages sintax
  • Calculation formatting
  • Print expression

💻 Technologies


⚙️ How to run

Requirements

Codes

  • git clone https://github.com/4kauanmota/devCalc-WEB .
  • yarn install
  • yarn run dev

|

1. Cloning project

First you will need to open the terminal in the folder where you want to clone this project, and then, you paste this code

git clone https://github.com/4kauanmota/devCalc-WEB

2. Installing dependencies

In the project folder terminal you should enter

yarn

to install project depedencies

3. Running project

To run the project you just need to enter

yarn run dev

👀 Preview

You can test by clicking HERE


📝 Author

Kauan Soares Mota