Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/4kauanmota/devcalc-web


https://github.com/4kauanmota/devcalc-web

jsx sass typescript visual-studio-code vite vuejs vuetify yarn

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

![Project Stars](https://img.shields.io/github/stars/4kauanmota/devCalc-WEB?color=1e90ff) ![Project Commits Week](https://img.shields.io/github/commit-activity/w/4kauanmota/devCalc-WEB?color=1e90ff)

# 📄 **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**

- [TYPESCRIPT](https://www.typescriptlang.org/)
- [YARN](https://yarnpkg.com/)
- [JSX](https://pt-br.legacy.reactjs.org/docs/introducing-jsx.html)
- [VITE](https://vitejs.dev/)
- [VUE.JS](https://vuejs.org/)
- [VUETIFY](https://vuetifyjs.com/en/)
- [VISUAL STUDIO CODE](https://code.visualstudio.com/)


# ⚙️ **How to run**

### Requirements

- [GIT](https://git-scm.com/)
- [YARN](https://yarnpkg.com/)
- [NODE.JS](https://nodejs.org/en)

### 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](https://dev-calc-five.vercel.app/)**


# 📝 **Author**

[Kauan Soares Mota](https://github.com/4kauanmota)