🧠 LearnEd.in – Empowering Dreams, Unlocking Opportunities LearnEd.in is a student-donor support and learning platform aimed at helping underprivileged students access quality education, financial support, and expert guidance. Through interactive features, resource sharing, and easy donor registration, the platform bridges the gap between students in need and donors willing to help.
LearnEd.in is a web platform built to bridge the gap between students seeking educational support and donors wanting to make a difference. The platform offers a seamless experience for students to register, access learning materials, and receive financial aid, while donors can register, verify themselves, and contribute securely.
The primary goal of LearnEd.in is to democratize education by providing underprivileged students with access to:
- Educational resources (starting from Class 4 onwards)
- Financial assistance
- Expert mentorship
- Career guidance and more
It is also designed to promote transparency and security for donors through ID verification and structured registration.
- 📘 Study materials for Class 4 onwards with structured content
- 📺 YouTube video links for each topic to enhance learning
- 📝 Easy and responsive student registration form
- 🤝 Study groups and interactive sessions for collaboration
- 🎯 Career counseling and performance tracking (future scope)
- 🧾 Donor registration form with fields for:
- Personal details (name, age, occupation)
- Contact information (email, phone)
- Document uploads (ID and address proofs)
- Secure login using username and password
- 🔐 Secure login with role selection (donor/student)
- 📦 Future scope: donation tracking, student sponsorship dashboard
- 🔰 Clean and responsive user interface
- 🖼️ Visually engaging images, background graphics, and icons
- 🌐 Separate sections for:
- Home
- Services
- About Us
- Contact Us
- Login
| Layer | Technologies Used |
|---|---|
| Frontend | HTML5, CSS3, JavaScript |
| Backend | Node.js, Express.js (assumed) |
| Database | MongoDB (optional, for production) |
| Deployment | Localhost / GitHub Pages / Render |
| Styling | Custom CSS + Media Queries |
| Version Ctrl | Git & GitHub |
LearnEd/
├── index.html # Homepage with navigation
├── donor.html # Donor registration form
├── login.html # Login page for donors/students
├── student.html # (To be created) Student registration form
├── services.html # LearnEd services section
├── about.html # About us (optional)
├── contact.html # Contact us form (optional)
│
├── style.css # Global styles
├── services.css # Styles specific to services page
├── script.js # Navigation/search toggle
│
├── /backend # Backend logic (Node/Express)
│ ├── server.js
│ ├── /models
│ │ ├── donor.js
│ │ └── student.js
│ ├── /uploads # Proof documents storage
│
└── README.md # Project documentation