https://github.com/lyannabueno/arithmetic-calculator
This arithmetic calculator offers a simple, intuitive interface for performing basic calculations. It allows users to quickly add, subtract, multiply, and divide numbers with ease. The clean design ensures smooth interaction and efficient calculation management.
https://github.com/lyannabueno/arithmetic-calculator
css3 git html5 javascript nodejs vitejs vuejs webdevelopment
Last synced: 3 months ago
JSON representation
This arithmetic calculator offers a simple, intuitive interface for performing basic calculations. It allows users to quickly add, subtract, multiply, and divide numbers with ease. The clean design ensures smooth interaction and efficient calculation management.
- Host: GitHub
- URL: https://github.com/lyannabueno/arithmetic-calculator
- Owner: lyannabueno
- Created: 2024-07-30T04:02:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T20:24:22.000Z (over 1 year ago)
- Last Synced: 2025-02-14T16:57:10.090Z (over 1 year ago)
- Topics: css3, git, html5, javascript, nodejs, vitejs, vuejs, webdevelopment
- Language: Vue
- Homepage: https://arithmetic-calculator-teal.vercel.app
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arithmetic Calculator đ§Ž

## Features đ
- **Basic Arithmetic Operations:** Perform addition, subtraction, multiplication, and division effortlessly.
- **Responsive Design:** Optimized for usage on desktops, tablets, and mobile devices.
- **Real-Time Updates:** Instantly see calculation results as you input values.
## Technologies Used đ
#### What I learned in this project:
- Using Vue 3 to create reactive and dynamic user interfaces.
- Deploying projects using Vite.
- Creating responsive layouts for better user experience.
## How to Navigate đšī¸
You can visit the live project or run it locally by following the instructions below.
### Steps to Run
1. **Clone or download the repository:**
```bash
git clone https://github.com/lyannabueno/arithmetic-calculator.git
```
2. **Install dependencies:**
```bash
npm install
```
3. **Run the project for development:**
```bash
npm run dev
```
4. **Build for production:**
```bash
npm run build
```
## Contributions đĢ
Contributions to enhance this calculator are welcome. Fork the repository, make your improvements, and submit a pull request.
## Contact đŠ
Ana Bueno - anabuenogomes@hotmail.com
Project link: https://arithmetic-calculator-teal.vercel.app/