Skip to content

Commit e2a225f

Browse files
authored
Update README.md
1 parent 9811a08 commit e2a225f

1 file changed

Lines changed: 83 additions & 1 deletion

File tree

README.md

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,83 @@
1-
hello
1+
# 🧮 Matrix Solver
2+
3+
Fast, fully offline Android matrix calculator with step-by-step solutions and clean Material UI.
4+
5+
---
6+
7+
## ✨ Features
8+
9+
* Matrix addition, subtraction, multiplication
10+
* Determinant & inverse
11+
* Transpose
12+
* Step-by-step solution
13+
* Local history (saved on device)
14+
* Export result as image
15+
* Multiple themes
16+
* No internet required 🔒
17+
18+
---
19+
20+
## 📱 Screenshots
21+
22+
### 🏠 Matrix Input
23+
24+
![Matrix Input](./assets/screenshots/matrix-input.jpg)
25+
26+
### 📊 Result Screen
27+
28+
![Result](./assets/screenshots/result.jpg)
29+
30+
### 📐 Step-by-Step Solution
31+
32+
![Steps](./assets/screenshots/steps.jpg)
33+
34+
### 🕘 History
35+
36+
![History](./assets/screenshots/history.jpg)
37+
38+
### 🎨 Themes / Settings
39+
40+
![Themes](./assets/screenshots/themes.jpg)
41+
42+
### 👤 About
43+
44+
![About](./assets/screenshots/about.jpg)
45+
46+
---
47+
48+
## 📦 Download
49+
50+
From **Releases** install:
51+
52+
* **arm64-v8a** → Recommended for modern phones ✅
53+
* **armeabi-v7a** → Old / low-end devices
54+
* **x86 / x86_64** → Emulator
55+
* **universal** → Works on all devices
56+
57+
---
58+
59+
## 🚀 Install
60+
61+
Download → Open APK → Allow unknown apps → Install.
62+
63+
---
64+
65+
## 🛠 Tech Stack
66+
67+
* Expo + React Native
68+
* Native Android (Gradle release build)
69+
* Material Design
70+
71+
---
72+
73+
## 👨‍💻 Developer
74+
75+
**Mohammad Kaif Raja 🇮🇳**
76+
77+
GitHub → https://github.com/mkr-infinity
78+
Instagram → https://instagram.com/mkr_infinity
79+
Telegram → https://t.me/mkr_infinity
80+
81+
---
82+
83+
⭐ Star this repo if you like the project.

0 commit comments

Comments
 (0)