|
1 | 1 | # learnhub |
2 | | -learnhub Educaiton Website |
| 2 | + |
| 3 | +**Master New Skills Online — Anytime, Anywhere.** |
| 4 | +Join over 50,000+ students learning from world-class mentors. Transform your career with industry-leading courses. |
| 5 | + |
| 6 | +## ✅ What is LearnHub |
| 7 | + |
| 8 | +LearnHub is a static website template for an online learning platform — showcasing courses, mentors, community features, pricing plans and more. |
| 9 | +It’s designed to help learners explore courses, join communities, and pursue new skills through web-development, design, data science, marketing, and more. |
| 10 | + |
| 11 | +## Getting Started |
| 12 | + |
| 13 | +1. Clone or download the repository |
| 14 | +2. Install dependencies: `npm install` |
| 15 | +3. Run the development server: `npm dev` |
| 16 | +4. Open your browser and navigate to `http://localhost:3000` |
| 17 | + |
| 18 | +## Features |
| 19 | + |
| 20 | +- Showcases a variety of courses (Web Development, UI/UX Design, Data Science, Digital Marketing, etc.) with course details, duration, price, and enrollment call-to-action. |
| 21 | +- Display of mentors / instructors with their expertise and ratings. |
| 22 | +- Community section: allows students to connect, form study-groups, participate in discussions, join live sessions, collaborate on projects, and get peer support. |
| 23 | +- Testimonials section to highlight user success stories. |
| 24 | +- Transparent pricing plans: free tier, pro subscription, and enterprise/team plans. |
| 25 | +- Modern responsive design, clean UI — ready to deploy as a static website (e.g. via GitHub Pages). |
| 26 | + |
| 27 | +## Folder Structure |
| 28 | + |
| 29 | +``` |
| 30 | +inapp/ |
| 31 | +├── src/ |
| 32 | +│ ├── assest/ # Static assets |
| 33 | +│ │ ├── images/ # Images |
| 34 | +│ │ ├── js/ # JS |
| 35 | +│ │ ├── scss/ # CSS and styling |
| 36 | +│ └── Homepage # Index.html |
| 37 | +├── vite.config.js/ # Config Files |
| 38 | +├── package.json # Project dependencies |
| 39 | +├── README.md # Documentation |
| 40 | +└── .gitignore # Git ignore file |
| 41 | +``` |
| 42 | + |
| 43 | +## Requirements |
| 44 | + |
| 45 | +- Node.js 14+ |
| 46 | +- npm or yarn |
| 47 | +- Modern web browser |
| 48 | + |
| 49 | + |
| 50 | +## Support Contact |
| 51 | + |
| 52 | +For support, please reach out to: |
| 53 | + |
| 54 | +- Contact us: [Codescandy](https://codescandy.com/contact-us/) |
| 55 | + |
| 56 | +We are here to help you with any questions or issues you may have! |
0 commit comments