Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablo-restrepo/calculator-with-electron
Electron Calculator is a simple calculator app built with Electron, HTML, CSS, and JavaScript.
https://github.com/pablo-restrepo/calculator-with-electron
css electron-app html javascript
Last synced: 11 days ago
JSON representation
Electron Calculator is a simple calculator app built with Electron, HTML, CSS, and JavaScript.
- Host: GitHub
- URL: https://github.com/pablo-restrepo/calculator-with-electron
- Owner: Pablo-Restrepo
- License: gpl-3.0
- Created: 2023-07-04T00:44:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T07:45:20.000Z (11 months ago)
- Last Synced: 2024-11-09T17:27:10.932Z (2 months ago)
- Topics: css, electron-app, html, javascript
- Language: HTML
- Homepage: https://github.com/Pablo-Restrepo
- Size: 496 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Calculator With Electron
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Electron](https://img.shields.io/badge/Electron-25.3.1-33A0FF.svg)](https://www.electronjs.org/)
[![HTML](https://img.shields.io/badge/HTML-5-E34F26.svg)](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5)
[![CSS](https://img.shields.io/badge/CSS-3-1572B6.svg)](https://developer.mozilla.org/en-US/docs/Web/CSS)
[![JavaScript](https://img.shields.io/badge/JavaScript-ES6-F7DF1E.svg)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)## Description
Electron Calculator is a simple calculator app built with Electron, HTML, CSS, and JavaScript. Supports basic arithmetic operations.
## Installation
1. Make sure you have [Node.js](https://nodejs.org) installed on your system.
2. Clone this repository to your local machine using the following command:
```bash
git clone https://github.com/Pablo-Restrepo/CalculatorWithElectron
```
3. Navigate to the project directory:```bash
cd calculatorwithelectron
```
4. Install the required dependencies:```bash
npm install
```
5. Start the Electron application```bash
npm start
```## License
This project is licensed under the GNU General Public License v3.0. See the `LICENSE` file for more details.