{"id":26187032,"url":"https://github.com/h-bann/my-elearning-app","last_synced_at":"2026-04-09T01:32:32.506Z","repository":{"id":225151211,"uuid":"763522511","full_name":"h-bann/my-elearning-app","owner":"h-bann","description":"React frontend for e-learning platform - using react, react-router, Redux toolkit, RESTful APIs, bootstrap, CSS3","archived":false,"fork":false,"pushed_at":"2025-07-30T22:03:44.000Z","size":1908,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T17:15:00.756Z","etag":null,"topics":["axios-react","bootstrap5","css3","html5","javascript","react","react-router","redux-toolkit","restful-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h-bann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-26T13:06:08.000Z","updated_at":"2025-07-30T22:03:47.000Z","dependencies_parsed_at":"2024-05-18T17:41:54.178Z","dependency_job_id":"a1942241-0270-41a6-a54f-b53f806f25af","html_url":"https://github.com/h-bann/my-elearning-app","commit_stats":null,"previous_names":["h-bann/my-elearning-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/h-bann/my-elearning-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-bann%2Fmy-elearning-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-bann%2Fmy-elearning-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-bann%2Fmy-elearning-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-bann%2Fmy-elearning-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h-bann","download_url":"https://codeload.github.com/h-bann/my-elearning-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h-bann%2Fmy-elearning-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios-react","bootstrap5","css3","html5","javascript","react","react-router","redux-toolkit","restful-api"],"created_at":"2025-03-11T23:36:16.618Z","updated_at":"2026-04-09T01:32:32.483Z","avatar_url":"https://github.com/h-bann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Learning App - Frontend\n\nA modern, responsive e-learning platform frontend built with React and Vite. This application provides a comprehensive learning management system with course enrollment, progress tracking, and integrated payment processing.\n\n## 🚀 Features\n\n### Core Features\n- **User Authentication**: Login, signup, and email verification\n- **Course Catalog**: Browse and search available courses\n- **Course Enrollment**: Enroll in courses with progress tracking\n- **Learning Interface**: Module-based learning with responsive design\n- **Payment Integration**: Stripe checkout for course purchases\n- **Shopping Cart**: Add multiple courses to basket before checkout\n- **Progress Tracking**: Visual progress indicators and completion tracking\n- **Responsive Design**: Optimized for desktop and mobile devices\n\n### User Experience\n- **Dashboard**: Personal learning dashboard showing enrolled courses\n- **Module Navigation**: Sidebar navigation for course modules\n- **Content Management**: Support for various content types (text, media)\n- **Real-time Notifications**: Toast notifications for user feedback\n- **Mobile-First Design**: Adaptive UI for different screen sizes\n\n## 🛠️ Tech Stack\n\n- **Frontend Framework**: React 18.2.0\n- **Build Tool**: Vite 4.5.0\n- **State Management**: Redux Toolkit 2.2.3\n- **Routing**: React Router DOM 6.23.0\n- **Styling**: \n  - Bootstrap 5.3.3\n  - React Bootstrap 2.10.2\n  - Custom SCSS\n- **UI Components**: Bootstrap Icons 1.11.3\n- **Animations**: GSAP 3.12.5\n- **HTTP Client**: Axios 1.7.4\n- **Payment Processing**: Stripe React Stripe.js 2.8.1\n- **Form Validation**: Joi 17.12.3\n- **Notifications**: React Hot Toast 2.4.1\n\n## 🚀 Getting Started\n\n### Prerequisites\n- Node.js (version 16 or higher)\n- Backend API server running (separate repository)\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone [your-repo-url]\ncd my-elearning-app\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Create environment variables:\nCreate a `.env` file in the root directory and add:\n```env\nVITE_API_URL=your_backend_api_url\nVITE_STRIPE_PUBLIC_KEY=your_stripe_public_key\n```\n\n4. Start the development server:\n```bash\nnpm run dev\n```\n\n5. Open your browser and navigate to `http://localhost:5173`\n\n## 🔧 Configuration\n\n### Backend Integration\nThis frontend connects to a separate backend API. Make sure to:\n- Update the API URL in `src/config.js`\n- Ensure the backend server is running\n- Configure CORS settings on the backend\n- **Backend API**: [[Link to backend repository](https://github.com/h-bann/e-learning-backend)]\n\n\n### Stripe Integration\n- Add your Stripe publishable key to the environment variables\n- Configure webhook endpoints in your Stripe dashboard\n- Ensure backend handles Stripe webhooks properly\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-bann%2Fmy-elearning-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh-bann%2Fmy-elearning-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh-bann%2Fmy-elearning-app/lists"}