Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpdf00/calculator-app
Small Calculator built with React
https://github.com/jpdf00/calculator-app
Last synced: about 16 hours ago
JSON representation
Small Calculator built with React
- Host: GitHub
- URL: https://github.com/jpdf00/calculator-app
- Owner: jpdf00
- License: mit
- Created: 2021-06-18T22:38:40.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-01T17:04:26.000Z (over 3 years ago)
- Last Synced: 2024-12-07T15:42:46.732Z (about 1 month ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Math Magicians Website (with Calculator App)
> Small Webpage containing a Home page, and a Calculator App.
![screenshot](./src/assets/imgs/app-screenshot.png)
The site consists of 3 pages:
- Home
- Calculator
- QuoteIt uses Routes to render the different pages.
The calculator does the basic operations:
- Addition
- Subtraction
- Multiplication
- Division
- PercentageIt is tested using jest.
## Built With
- JavaScript, HTML, CSS
- React
- Babel, Eslint, Stylelint.## Live Demo
[Live Demo Link](https://calculator-app-jpdf00.herokuapp.com/)
## Getting Started
To get a local copy up and running follow these simple example steps.
- On the top of the page there is a green button name "Code"
- Click on the "Code" button.
- A Menu will appear click in "Download Zip"
- Save the zip file on your computer.
- Extract the contents of the zip you just downloaded into a folder.### Prerequisites
- nodeJS.
- A browser.### Setup
- Open your comand prompt.
- Go inside the folder you extracted from the zip file.
- Type `npm install`.### Usage
- Open your comand prompt.
- Go inside the folder you extracted from the zip file.
- Type `npm start` (this should open a page in your default browser and the page should load).### Run tests
- Open your comand prompt.
- Go inside the folder you extracted from the zip file.
- Type `npm run test`.## Authors
👤 **João Paulo Dias França**
- GitHub: [@jpdf00](https://github.com/jpdf00)
- Twitter: [@jpdf00](https://twitter.com/jpdf00)
- LinkedIn: [João Paulo Dias França](https://www.linkedin.com/in/jpdf00/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jpdf00/calculator-app/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.