Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxjdev/arithmetic_calculator-vue_javascript
Arithmetic Calculator using VueJS, JavaScript and Vite
https://github.com/maxjdev/arithmetic_calculator-vue_javascript
css html javascript vite vuejs
Last synced: about 1 month ago
JSON representation
Arithmetic Calculator using VueJS, JavaScript and Vite
- Host: GitHub
- URL: https://github.com/maxjdev/arithmetic_calculator-vue_javascript
- Owner: maxjdev
- Created: 2023-12-14T19:55:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-21T21:04:45.000Z (11 months ago)
- Last Synced: 2024-01-21T22:22:40.511Z (11 months ago)
- Topics: css, html, javascript, vite, vuejs
- Language: Vue
- Homepage:
- 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
### Techs Used
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
## Description
Arithmetic calculator using JavaScript and VueJS
## How to Start the Project
- **Clone the repository:**
```bash
git clone https://github.com/your-username/repository-name.git
```
- **Open the project directory:**
```bash
cd repository-name
```
- **Install project dependencies:**
```bash
npm install
```
- **Start:**
```bash
npm start
```## Contributing
We welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.
### How to Contribute
1. Fork the project.
2. Create a branch for your contribution: `git checkout -b my-contribution`.
3. Make your changes and commit: `git commit -m 'Add my contribution'`.
4. Push to your branch: `git push origin my-contribution`.
5. Open a pull request for review.## Feedback and Issues
If you have contributions, suggestions, or feedback, feel free to open an issue.