Ctoic / CalHub

The "Calculator" repository on GitHub is a comprehensive codebase for building a functional calculator using HTML, CSS, and JavaScript. The repository is open-source, allowing developers to freely contribute and use the code.
https://calhub.netlify.app/
MIT License
28 stars 37 forks source link

Matrix Operations In CalHub #90

Open Ctoic opened 8 months ago

Ctoic commented 8 months ago

We are working on a multi-purpose web calculator application built with HTML, CSS, and JavaScript. Our aim is to incorporate matrix operations as one of its functionalities. The calculator already has a flexible user interface for various calculations. We are seeking contributors to help implement matrix operations, ensuring they seamlessly integrate with the existing calculator structure. Whether you have expertise in JavaScript, CSS, or user interface design, your contributions are valuable to make this calculator more versatile and powerful.

rishav-karanjit commented 8 months ago

Can I work on this issue, @Ctoic?

Ctoic commented 8 months ago

Sure @rishav-karanjit go ahead

rishav-karanjit commented 8 months ago

Hi @Ctoic, how would you recommend having matrix multiplication on the calendar? Given the current calculator's UI. This issue will change the complete UI of current Calculator.

I removed the assignment because I was unsure of this.