https://github.com/jpnws/javascript-calculator
A React-based application designed for performing basic arithmetic operations.
https://github.com/jpnws/javascript-calculator
css html javascript react
Last synced: 2 months ago
JSON representation
A React-based application designed for performing basic arithmetic operations.
- Host: GitHub
- URL: https://github.com/jpnws/javascript-calculator
- Owner: jpnws
- Created: 2020-06-10T04:16:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T07:46:05.000Z (about 1 year ago)
- Last Synced: 2025-01-12T11:46:05.260Z (4 months ago)
- Topics: css, html, javascript, react
- Language: JavaScript
- Homepage: https://javascript-calculator-lime.vercel.app
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Calculator
## Overview
The JavaScript Calculator is a React-based application designed for performing
basic arithmetic operations. It leverages modern web technologies including
React, HTML, CSS, and JavaScript.## Technologies Used
- React
- JavaScript (ES6+)
- HTML5
- CSS3## Setup and Installation
1. **Clone the repository** to your local machine:
```
git clone https://github.com/jpnws/javascript-calculator.git
```2. **Navigate to the project directory**:
```
cd javascript-calculator
```3. **Install dependencies**:
```
npm install
```4. **Launch the application** in your browser:
```
npm run dev
```