This is a simple web application for performing matrix multiplication. It allows users to input the dimensions of two matrices, enter their values, and calculate the multiplication result.
- HTML
- CSS
- JavaScript
The project is structured as follows:
index.html: The main HTML file for the web application.css/: Folder containing CSS stylesheets.style.css: Styles for the web application.
js/: Folder containing JavaScript files.script.js: Client-side logic for the web application.
README.md: This file providing information about the project.