{"id":24960641,"url":"https://github.com/Prajjwol09/E-Sikshya","last_synced_at":"2025-10-18T06:31:04.250Z","repository":{"id":275284205,"uuid":"925634299","full_name":"Prajjwol09/E-Sikshya","owner":"Prajjwol09","description":"E-Sikshya is a cutting-edge e-learning platform built with React, TypeScript, and Tailwind CSS. It offers a modern, responsive, and accessible interface for online education.","archived":false,"fork":false,"pushed_at":"2025-02-01T12:25:11.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:26:36.034Z","etag":null,"topics":["elearning","html","react","tailwindcss","vite","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Prajjwol09.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","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":"2025-02-01T11:02:43.000Z","updated_at":"2025-02-01T12:25:14.000Z","dependencies_parsed_at":"2025-02-01T12:39:43.734Z","dependency_job_id":null,"html_url":"https://github.com/Prajjwol09/E-Sikshya","commit_stats":null,"previous_names":["prajjwol09/e-sikshya"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajjwol09%2FE-Sikshya","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajjwol09%2FE-Sikshya/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajjwol09%2FE-Sikshya/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajjwol09%2FE-Sikshya/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prajjwol09","download_url":"https://codeload.github.com/Prajjwol09/E-Sikshya/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236915057,"owners_count":19224873,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["elearning","html","react","tailwindcss","vite","website"],"created_at":"2025-02-03T08:30:49.099Z","updated_at":"2025-10-18T06:31:03.839Z","avatar_url":"https://github.com/Prajjwol09.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Sikshya - Modern E-Learning Platform\n\n![E-Sikshya](https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3\u0026ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8\u0026auto=format\u0026fit=crop\u0026w=1471\u0026q=80)\n\nE-Sikshya is a cutting-edge e-learning platform built with React, TypeScript, and Tailwind CSS. It offers a modern, responsive, and accessible interface for online education.\n\n## 🌟 Features\n\n- **Live Interactive Classes**: Real-time video streaming and interactive sessions\n- **Gamification**: Badges, leaderboards, and progress rewards\n- **Dark Mode**: Toggle between light and dark themes\n- **Multilingual Support**: Interface available in multiple languages\n- **Responsive Design**: Optimized for all device sizes\n- **Accessibility**: WCAG compliant with proper ARIA labels\n- **Modern UI**: Beautiful, intuitive interface with smooth animations\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- npm or yarn\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Prajjwol09/e-sikshya.git\n   cd e-sikshya\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Start the development server:\n   ```bash\n   npm run dev\n   ```\n\n## 🛠️ Tech Stack\n\n- **Frontend Framework**: React 18\n- **Type System**: TypeScript\n- **Styling**: Tailwind CSS\n- **Icons**: Lucide React\n- **Build Tool**: Vite\n- **Linting**: ESLint\n- **Code Formatting**: Prettier\n\n## 📁 Project Structure\n\n```\ne-sikshya/\n├── src/\n│   ├── components/        # Reusable UI components\n│   ├── context/          # React Context providers\n│   ├── types/            # TypeScript type definitions\n│   ├── App.tsx           # Main application component\n│   └── main.tsx          # Application entry point\n├── public/               # Static assets\n└── ...config files\n```\n\n## 🎨 Components\n\n### Core Components\n\n- `ThemeToggle`: Switches between light and dark modes\n- `LanguageSelector`: Changes the application language\n- `FeatureCard`: Displays feature information\n- `SocialLink`: Social media links with icons\n- `FooterLink`: Navigation links in the footer\n\n### Context Providers\n\n- `ThemeProvider`: Manages application theme state\n- `LanguageProvider`: Handles internationalization\n\n## 🌐 Internationalization\n\nSupported languages:\n- English (en)\n- Spanish (es)\n- French (fr)\n- Hindi (hi)\n\n## 🎯 Future Enhancements\n\n- [ ] Course catalog with search and filters\n- [ ] User authentication and profiles\n- [ ] Progress tracking dashboard\n- [ ] Interactive video player\n- [ ] Real-time chat system\n- [ ] Payment integration\n- [ ] Mobile applications\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👥 Authors\n\n- Your Name - *Initial work* - (https://github.com/Prajjwol09)\n\n## 🙏 Acknowledgments\n\n- [React](https://reactjs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [Lucide Icons](https://lucide.dev/)\n- [Vite](https://vitejs.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrajjwol09%2FE-Sikshya","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPrajjwol09%2FE-Sikshya","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPrajjwol09%2FE-Sikshya/lists"}