Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danifromecuador/calculator

This is a simple calculator app but using React library
https://github.com/danifromecuador/calculator

Last synced: 10 days ago
JSON representation

This is a simple calculator app but using React library

Awesome Lists containing this project

README

        

# React Calculator

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [⭐️live-demo](https://motivational-calculator.onrender.com/)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– React Calculator

**React Calculator** is a single calculator app but using React library, in this project I have created a basic app that shows a numerical keyboard and performs math calculations.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **This project uses ES6 and React library**
- **This project also uses an API**

(back to top)

## πŸ’» Getting Started

- Step 1: Clone this project using this git comand "git clone", (if you don't have git installed please visit
https://git-scm.com/downloads and install it).
- Step 2: Once you have installed git you can clone this project using the command below:
```
git clone [email protected]:danifromecuador/calculator.git
```
- Step 3: Once you have cloned this repo navigate to the folder that contains
the repository.
- Step 4: If you want to edit this project open it with your favorite text editor.
- Step 5: Run these commands in order to execute npm commands
```
npm install
npm start
npm run build
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Dani Morillo**

- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danifromecuador](https://www.linkedin.com/in/danifromecuador/)

## πŸ”­ Future Features

- The app will show extra math operations

(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

If you like this Awesome Books project please share my portfolio with recruters!

(back to top)

## πŸ™ Acknowledgments

I would like to thank the Codepip company for creating the game called css frog.
https://twitter.com/playcodepip

(back to top)

## πŸ“ License

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

(back to top)