A web-based matrix calculator with a React frontend and a Spring Boot backend.
- Matrix Operations:
- Addition
- Subtraction
- Multiplication
- Transpose
- Determinant
- Inverse
- Random Matrix Generation: Generate random matrices with specified dimensions.
- Frontend:
- React
- Vite
- Backend:
- Java
- Spring Boot
- Node.js and npm
- Java Development Kit (JDK)
- Maven
-
Clone the repository:
git clone https://github.com/your-username/MatrixCalculator.git cd MatrixCalculator -
Run the backend:
cd backend mvn spring-boot:runThe backend will be running on
http://localhost:8080. -
Run the frontend:
In a new terminal, navigate to the
frontenddirectory:cd frontend npm install npm run devThe frontend will be running on
http://localhost:5173. -
Open the application:
Open your browser and navigate to
http://localhost:5173.