Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ansaribrahim/calculator-reactjs

Simple React calculator with basic arithmetic operations & support for parentheses. Clean UI, easy to customize. Perfect for React beginners & projects.
https://github.com/ansaribrahim/calculator-reactjs

Last synced: 26 days ago
JSON representation

Simple React calculator with basic arithmetic operations & support for parentheses. Clean UI, easy to customize. Perfect for React beginners & projects.

Awesome Lists containing this project

README

        



logo

Calculator in React

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸš€ Live Demo](#live-demo)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [πŸ“ License](#license)

# πŸ“– Calculator in React

**Calculator in React** is a Simple React calculator with basic arithmetic operations & support for parentheses. Clean UI, easy to customize. Perfect for React beginners & projects.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **Quote from Leaders**
- **Calculator**
- **Test with Jest**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://calckeyter.netlify.app/)

(back to top)

## πŸ’» Getting Started

If you want to get a local copy up and running, please follow these steps.

### Prerequisites

In order to run this project you need:

```sh
Modren Browser
```

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:AnsarIbrahim/calculator-reactjs.git
```

### Install

Install this project with:

```sh
cd calculator-reactjs
npm install or npm i
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using:

```sh
npm start
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ansar Ibrahim**

- GitHub: [Ansar Ibrahim](https://github.com/AnsarIbrahim)
- Twitter: [Ansar Ibrahim](https://twitter.com/ansaradheeb)
- LinkedIn: [Ansar Ibrahim](https://linkedin.com/in/ansar-ibrahim/)

(back to top)

## πŸ”­ Future Features

- [ ] **Sci-fi Calculator**
- [ ] **Improve Feature**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project please give it a STAR⭐️

(back to top)

## πŸ™ Acknowledgments

- I would like to thank the following
- Techno Hacks EduTech

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)