{"id":26610319,"url":"https://github.com/divith123/easytutor","last_synced_at":"2025-04-09T23:50:36.046Z","repository":{"id":279743815,"uuid":"939795135","full_name":"Divith123/EasyTutor","owner":"Divith123","description":"EasyTutor is a comprehensive platform designed to help learners master programming, data structures, algorithms, web development, system design, and more. With interactive tutorials, coding challenges, and community-driven features, EasyTutor provides a structured and engaging environment for users to learn and grow.","archived":false,"fork":false,"pushed_at":"2025-02-27T06:33:36.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T23:50:32.656Z","etag":null,"topics":["geeksforgeeks","leetcode","nextjs","tailwindcss","w3schools"],"latest_commit_sha":null,"homepage":"https://easy-tutor-gray.vercel.app","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/Divith123.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":"2025-02-27T05:49:48.000Z","updated_at":"2025-03-04T09:12:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"e7f91b31-88de-4f43-ae8c-b914e5a92fc4","html_url":"https://github.com/Divith123/EasyTutor","commit_stats":null,"previous_names":["divith123/easytutor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divith123%2FEasyTutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divith123%2FEasyTutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divith123%2FEasyTutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divith123%2FEasyTutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Divith123","download_url":"https://codeload.github.com/Divith123/EasyTutor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131454,"owners_count":21052819,"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":["geeksforgeeks","leetcode","nextjs","tailwindcss","w3schools"],"created_at":"2025-03-24T01:39:07.834Z","updated_at":"2025-04-09T23:50:36.037Z","avatar_url":"https://github.com/Divith123.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🚀 EasyTutor\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e •\n  \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## 🌟 About EasyTutor\n\n**EasyTutor** is a comprehensive platform designed to help learners master programming, data structures, algorithms, web development, system design, and more. With interactive tutorials, coding challenges, and community-driven features, EasyTutor provides a structured and engaging environment for users to learn and grow.\n\nExplore tutorials, solve problems, participate in contests, and prepare for technical interviews—all in one place!\n\n---\n\n## 🎯 Features\n\n| Feature                | Description                                                                 |\n|------------------------|-----------------------------------------------------------------------------|\n| **Interactive Tutorials** | Learn through detailed tutorials with examples and step-by-step explanations. |\n| **Practice Problems**  | Solve coding problems to reinforce your understanding and improve your skills. |\n| **Daily Challenges**   | Participate in daily coding challenges to keep your skills sharp.           |\n| **Interview Prep**     | Access targeted questions and tips to prepare for technical interviews.     |\n| **Community Forum**    | Engage with other learners and experts in our collaborative community.      |\n| **Coding Contests**    | Test your skills by participating in competitive coding contests.           |\n\n---\n\n## 🛠️ Getting Started\n\n### Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Node.js**: v18.x or higher\n- **npm**: v9.x or higher\n- **Git**\n\n### Installation\n\nFollow these steps to set up the project locally:\n\n```bash\n# Clone the repository\ngit clone https://github.com/Divith123/EasyTutor.git\ncd EasyTutor\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\nVisit [http://localhost:3000](http://localhost:3000) in your browser to explore the app.\n\n---\n\n## 🏗️ Building for Production\n\nTo build the application for production:\n\n```bash\nnpm run build\nnpm run start\n```\n\nThe production-ready files will be generated in the `.next` directory.\n\n---\n\n## 🧰 Usage\n\nOnce the development server is running, you can explore the following sections:\n\n- **Tutorials**: Access detailed tutorials on various technical topics.\n- **Practice**: Solve coding problems to enhance your skills.\n- **Contests**: Participate in coding contests.\n- **Interview Prep**: Get ready for interviews with specific preparation materials.\n- **Community**: Engage with other learners and experts in the community forum.\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions from the community! To contribute, follow these steps:\n\n1. Fork the repository:\n   ```bash\n   git clone https://github.com/Divith123/EasyTutor.git\n   ```\n2. Create a new branch for your feature or bug fix:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add your descriptive commit message\"\n   ```\n4. Push your changes to your fork:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Submit a pull request.\n\n---\n\n## 📄 License\n\nThis project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## 📞 Contact\n\nFor any questions, feedback, or collaboration opportunities, feel free to reach out:\n\n- Email: [hustleronduty@gmail.com](mailto:hustleronduty@gmail.com)\n- GitHub: [@Divith123](https://github.com/Divith123)\n- GitHub: [@dilanmelvin](https://github.com/dilanmelvin)\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://github.com/Divith123\"\u003eDivith123\u003c/a\u003e\n  \u0026 \u003ca href=\"https://github.com/dilanmelvin\"\u003edilanmelvin\u003c/a\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivith123%2Feasytutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivith123%2Feasytutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivith123%2Feasytutor/lists"}