Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bope142/react-simple-calculator
https://github.com/bope142/react-simple-calculator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bope142/react-simple-calculator
- Owner: Bope142
- License: mit
- Created: 2023-12-26T11:16:57.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-04T22:27:28.000Z (12 months ago)
- Last Synced: 2024-01-05T00:16:04.676Z (12 months ago)
- Language: SCSS
- Size: 1.01 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Simple Calculator
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Bope142/react-simple-calculator/blob/main/LICENSE)
A simple calculator application built with React. 🧮
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Online Demo](#online-demo)
- [Tech Stack](#tech-stack)
- [License](#license)## Overview
A straightforward React project implementing a basic calculator with a user-friendly interface.
## Features
- Basic operations: Addition, Subtraction, Multiplication, Division
- Responsive user interface
- ...## Screenshots
![Screenshot 1](/screenshots/screenshot1.png)
![Screenshot 2](/screenshots/screenshot2.png)## Installation
1. Ensure you have [Node.js](https://nodejs.org/) installed.
2. Clone this repository: `git clone https://github.com/Bope142/react-simple-calculator.git`
3. Navigate to the project directory: `cd react-simple-calculator`
4. Install dependencies: `npm install`## Usage
1. Start the application: `npm start`
2. Open your browser and go to [http://localhost:3000](http://localhost:3000)## Online Demo
Check out the online demo deployed on Vercel: [React Simple Calculator](https://react-simple-calculator-two.vercel.app/)
## Tech Stack
- React.js
- Sass
- ...## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more details.