Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.


Electron Calculator Demo

## 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.