Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cluzier/graphcalc
A simple Raycast graphing calculator extension
https://github.com/cluzier/graphcalc
graphic-calculator mathematics raycast
Last synced: about 2 hours ago
JSON representation
A simple Raycast graphing calculator extension
- Host: GitHub
- URL: https://github.com/cluzier/graphcalc
- Owner: cluzier
- License: mit
- Created: 2024-05-21T00:33:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:51:25.000Z (5 months ago)
- Last Synced: 2024-06-06T03:43:48.111Z (5 months ago)
- Topics: graphic-calculator, mathematics, raycast
- Language: TypeScript
- Homepage: https://www.raycast.com/conner_luzier/graphcalc
- Size: 13.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphCalc
A simple Raycast graphing calculator extension.
## Features
- Simple arithmetic
- addition
- subtraction
- multiplication
- division
- Trigonometry
- sine
- cosine
- tangent
- Equation/Expression history## Screenshots
![Screenshot1](./metadata/graphcalc-1.png)
![Screenshot2](./metadata/graphcalc-2.png)
![Screenshot3](./metadata/graphcalc-3.png)## Tech Stack
**Client:** React, [react-vis](https://uber.github.io/react-vis/)
**Server:** Node
## Authors
- [@cluzier](https://www.github.com/cluzier)