https://github.com/protdos/graphiccalculator
converts drawn objects to mathematical equations
https://github.com/protdos/graphiccalculator
Last synced: about 1 year ago
JSON representation
converts drawn objects to mathematical equations
- Host: GitHub
- URL: https://github.com/protdos/graphiccalculator
- Owner: ProtDos
- License: apache-2.0
- Created: 2023-12-22T14:59:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T11:38:42.000Z (over 2 years ago)
- Last Synced: 2025-02-14T18:19:24.314Z (over 1 year ago)
- Language: JavaScript
- Size: 1.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
GraphicCalculator
converts drawn objects to mathematical equations.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
## About The Project
This website allows you to draw anything you want and be able to transform it into mathematical equations. It is just a proof of concept and a project for fun / my portfolio.
### Built With
Here is a list of any major frameworks/libraries used to bootstrap my project:
* [![Vue][Vue.js]][Vue-url]
* [![Angular][Angular.io]][Angular-url]
### Demo
You can check out the whole site [here](https://protdos.github.io/GraphicCalculator/).
## Features
* Clean and modern layout
* Lightweight and fast-loading, ensuring a smooth user experience.
* No third parties loaded
* Fast
## Getting Started
### Backend
Follow these steps to run the backend:
```bash
git clone https://github.com/ProtDos/GraphicCalculator
cd GraphicCalculator/Backend
pip install requirements.txt
python3 server.py
```
> Make sure the port 80 on your machine is open, as Flask will use it. Also have Python preinstalled.
## Usage
To use this portfolio template for your own website:
1. Fork this repository.
2. Clone your forked repository to your local machine.
3. Follow the customization steps mentioned above.
4. Host your website on platforms like GitHub Pages, Netlify, or Vercel.
## Roadmap
- [x] Add Main-Site
- [ ] Fix smaller errors
- [ ] Make labels to grid
- [ ] Remove "Pos: xxx"
See the [open issues](hhttps://github.com/ProtDos/GraphicCalculator/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
CodingLive - [@codinglive](https://discord.com/users/786495827827752990) - [@xoding](https://t.me/xoding) - rootcode@duck.com
Project Link: hhttps://github.com/ProtDos/GraphicCalculator
## Donate
Love my work? Consider donating ❤:
[contributors-shield]: https://img.shields.io/github/contributors/ProtDos/GraphicCalculator.svg?style=for-the-badge
[contributors-url]: https://github.com//ProtDos/GraphicCalculator/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/ProtDos/GraphicCalculator.svg?style=for-the-badge
[forks-url]: hhttps://github.com/ProtDos/GraphicCalculator/network/members
[stars-shield]: https://img.shields.io/github/stars/ProtDos/GraphicCalculator.svg?style=for-the-badge
[stars-url]: hhttps://github.com/ProtDos/GraphicCalculator/stargazers
[issues-shield]: https://img.shields.io/github/issues/ProtDos/GraphicCalculator.svg?style=for-the-badge
[issues-url]: hhttps://github.com/ProtDos/GraphicCalculator/issues
[license-shield]: https://img.shields.io/github/license/ProtDos/GraphicCalculator.svg?style=for-the-badge
[license-url]: hhttps://github.com/ProtDos/GraphicCalculator/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/othneildrew
[product-screenshot]: https://portfolio.protdos.com/_astro/wordmark.svg
[PayPal]: https://img.shields.io/badge/PayPal-000000?style=for-the-badge&logo=paypal&logoColor=white
[PayPal-url]: paypal.me/xoding
[Next.js]: https://img.shields.io/badge/astro-000000?style=for-the-badge&logo=astro&logoColor=white
[Next-url]: https://nextjs.org/
[React.js]: https://img.shields.io/badge/vercel-20232A?style=for-the-badge&logo=vercel&logoColor=61DAFB
[React-url]: https://reactjs.org/
[Vue.js]: https://img.shields.io/badge/html-35495E?style=for-the-badge&logo=html5&logoColor=4FC08D
[Vue-url]: https://vuejs.org/
[Angular.io]: https://img.shields.io/badge/JavaScript-DD0031?style=for-the-badge&logo=javascript&logoColor=white
[Angular-url]: https://angular.io/