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

https://github.com/nicocodescode/react-calculator

A simple calculator made with ReactJS
https://github.com/nicocodescode/react-calculator

Last synced: 10 months ago
JSON representation

A simple calculator made with ReactJS

Awesome Lists containing this project

README

          

# React Calculator

It's just another simple calculator application built with React that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. This is the first React project I make, please feel free to tell me where I can improve.

## Clone the repository

```bash
git clone https://github.com/your-username/react-calculator.git
cd react-calculator
npm install
```