From b89f2ed88ae3c3373435e6cfa98d1b42dd407eca Mon Sep 17 00:00:00 2001
From: Lashen Martino
Date: Sun, 23 Mar 2025 21:03:27 +0530
Subject: [PATCH 1/2] Update README
Co-authored-by: Yoshani Gamage <157863413+yrgamage@users.noreply.github.com>
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8873faf..9a62236 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ LearnHeart aligns with **United Nations Sustainable Development Goal 4** (Qualit
- **Database:** MongoDB (Mongoose)
- **Authentication:** Clerk
- **Machine Learning:** Python + Flask (LangChain Integration)
-- **Deployment:** Vercel (Frontend) & Render (Backend)
+- **Deployment:** Render
## 🎯 Key Features
@@ -33,8 +33,7 @@ LearnHeart aligns with **United Nations Sustainable Development Goal 4** (Qualit
### Prerequisites
- Node.js (v18+)
-- MongoDB (Cloud or Local)
-- Python (for ML component)
+- Python (For ML component)
### Backend Setup
```bash
From ea393b5d71d9279124e797ebd6e0b3ac57640c5e Mon Sep 17 00:00:00 2001
From: Lashen Martino
Date: Sun, 23 Mar 2025 22:19:27 +0530
Subject: [PATCH 2/2] Refactor ResourceBank component layout and improve
accessibility
---
.../pages/resourceBankPages/ResourceBank.jsx | 66 +++++++++----------
1 file changed, 33 insertions(+), 33 deletions(-)
diff --git a/frontend/src/pages/resourceBankPages/ResourceBank.jsx b/frontend/src/pages/resourceBankPages/ResourceBank.jsx
index bb39b42..0be3310 100644
--- a/frontend/src/pages/resourceBankPages/ResourceBank.jsx
+++ b/frontend/src/pages/resourceBankPages/ResourceBank.jsx
@@ -93,38 +93,38 @@ const ResourceBank = () => {
{/* Subject Search Bar */}
-
- Subject:
- setSubject(e.target.value)}
- />
-
+
+ Subject:
+ setSubject(e.target.value)}
+ />
+
- {/* Grade Dropdown */}
-
-
Grade:
-
-
- Select Grade
-
- All
- {Array.from({ length: 13 }, (_, i) => (
-
- Grade {i + 1}
+ {/* Grade Dropdown */}
+
+ Grade:
+
+
+ Select Grade
- ))}
-
-
+ All
+ {Array.from({ length: 13 }, (_, i) => (
+
+ Grade {i + 1}
+
+ ))}
+
+
{
Finding experienced speakers for students was a challenge,
but now it is simple.
- — Principal,
+ - Principal -
{/* Testimonial 2 */}
@@ -239,7 +239,7 @@ const ResourceBank = () => {
As a volunteer, I wanted to give back to rural schools, but finding the right opportunities was difficult.
It's an incredible platform that truly bridges the gap in education!
-
— Volunteer,
+
- Volunteer -
{/* Testimonial 3 */}
@@ -248,7 +248,7 @@ const ResourceBank = () => {
Thanks to LearnHeart, I attended a seminar on software development that changed my perspective.
The resource bank also helped me access valuable study materials.
- — Student,
+ - Student -