Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/4kauanmota/devcalc-web
- Owner: 4kauanmota
- Created: 2024-03-25T21:00:25.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-08T20:13:29.000Z (9 months ago)
- Last Synced: 2024-04-08T22:50:32.800Z (9 months ago)
- Topics: jsx, sass, typescript, visual-studio-code, vite, vuejs, vuetify, yarn
- Language: Vue
- Homepage: https://dev-calc-five.vercel.app
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)