https://github.com/oscarfmdev/reactcalculator
"React Calculator" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
https://github.com/oscarfmdev/reactcalculator
javascript react single-page-app
Last synced: about 1 month ago
JSON representation
"React Calculator" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
- Host: GitHub
- URL: https://github.com/oscarfmdev/reactcalculator
- Owner: OscarFMdev
- Created: 2022-10-24T16:24:44.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-28T01:58:36.000Z (over 3 years ago)
- Last Synced: 2023-03-12T01:06:37.837Z (over 3 years ago)
- Topics: javascript, react, single-page-app
- Language: JavaScript
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# React Calculator
"React Calculators" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:
Make simple calculations.
Read a random math-related quote.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Built With
- React
- JSX
- CSS
## APP screenshot:

## Live Demo
[Live Demo (Netlify)](https://oscarfmdev-calculator.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps. (NPM)
1. Open your terminal
2. Navigate to the directory where you want your project cloned
3. Clone the project using `git clone` or just copy the command below:
```
git clone https://github.com/OscarFMdev/react-calculator.git
```
4. Open the project with your IDE like [Visual Studio Code](https://code.visualstudio.com/download)
5. Run `npm install` to get the dependencies
not sure how to use npm? Read [this](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
6. Run webpack:
- Production:
```
npm run build
```
- Development:
```
npm run start
```
not sure how to use npm? Read [this](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
### Prerequisites
- Having an IDE .
- Having Git installed and configured.
### Setup
- Clone the repository
- Open the folder with your IDE
- Get the dependencies with `npm install`
- not sure how to use npm? Read [this](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).
## Authors
👤 **Oscar Fernández Muñoz**
- GitHub: [@OscarFMdev](https://github.com/OscarFMdev)
- Twitter: [@OscarFMdev](https://twitter.com/OscarFMdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/OscarFMdev)
👤 **Javivy**
- GitHub: [@Javivy](https://github.com/Javivy)
- LinkedIn: [Javier Vargas](https://www.linkedin.com/in/javier-alejandro-vargas-ortega)
- Twitter [@Javivy_2803](https://twitter.com/Javivy_2803)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.