{"id":16153569,"url":"https://github.com/shwetkhatri2001/codebee","last_synced_at":"2026-04-24T16:04:08.989Z","repository":{"id":116515590,"uuid":"410616895","full_name":"ShwetKhatri2001/Codebee","owner":"ShwetKhatri2001","description":"An Ed-Tech platform prototype for kids to learn coding through visualizations and real-time discussions","archived":false,"fork":false,"pushed_at":"2021-09-30T21:54:17.000Z","size":2931,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T05:41:19.406Z","etag":null,"topics":["agora-sdk","mern","sawo-labs","socket-io"],"latest_commit_sha":null,"homepage":"https://code-bee.herokuapp.com/","language":"CSS","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/ShwetKhatri2001.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":"2021-09-26T17:26:12.000Z","updated_at":"2021-10-04T14:00:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"daa34594-dfab-4a06-b9a8-0687f33a0036","html_url":"https://github.com/ShwetKhatri2001/Codebee","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShwetKhatri2001%2FCodebee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShwetKhatri2001%2FCodebee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShwetKhatri2001%2FCodebee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShwetKhatri2001%2FCodebee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShwetKhatri2001","download_url":"https://codeload.github.com/ShwetKhatri2001/Codebee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569129,"owners_count":20959758,"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":["agora-sdk","mern","sawo-labs","socket-io"],"created_at":"2024-10-10T01:13:42.759Z","updated_at":"2026-04-24T16:04:03.938Z","avatar_url":"https://github.com/ShwetKhatri2001.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Logo](https://user-images.githubusercontent.com/63184114/123545780-8d802e00-d777-11eb-89c6-1bbf306fab74.png)\n    \n# CodeBee\n\n* Learn data structures and algorithms through creative visualizations and real-time doubt clearance.\n\n* The New Education policy 2021 has opened up the field of Computer Science to young coders. I realized that beginning with coding is tough for even a college-level beginner. Although there are lot of free materials, but everything that is organized is paid.\n\n* Also, the content is not designed for secondary school students. Therefore I came up with this innovation to provide students with free-of-cost study materials. Kids can learn logic, structure, sequence, and creative expression just as having fun around.  \n\n* Developer Days --\u003e Web Development Track --\u003e Final Challenge Submission\n![Developer Days](https://d1fdloi71mui9q.cloudfront.net/niT5FCERQxmUlORNHyGS_dMW63U6raEsPK7BF)![Web Development](https://www.aaravinfotech.com/assets/images/pages/web-design-services-15d6b6127f1242.svg)\n## [Developer Days](https://developerdays.tech/)\n* Timeline : August 22 - September 26, 2021\n\n## [Web Development Track](https://developerdays.tech/track/0)\n* offered by Mozilla Durg\n\n## Checkout - [Codebee](https://code-bee.herokuapp.com/)\n\n## 🚀 Features \n*  Starting with very secure authentication using `jwt-token` , `crypto hashing` , `different social auth providers`. \n*  Showing courses for coding added by one of the best people in tech with all features listed on home page\n*  Doubt clearance and live comments using `Socket.io` and \"Meet with Mentor\" providing video conferencing implemented using `Agoara SDK`\n*  Structured courses with topicwise lectures, videos, visulizations and code editor and all will be saved lifetime.\n*  So Its a complete package for young and school coders created using `MERN` stack.\n\n## 👀 Preview\n\n### [Live link](https://code-bee.herokuapp.com/). \nDeployed at [Heroku](https://heroku.com).\n\n### Screenshots\n![Landing Page](/client/src/assets/img/theme/codebee-1.png)\n![Home Page](/client/src/assets/img/theme/codebee-3.jpeg)\n![Visualization](/client/src/assets/img/theme/codebee-2.png)\n![Code Editor](/client/src/assets/img/theme/codebee-4.jpeg)\n\n### API Testing\n![AllCourses](/client/src/assets/img/theme/AllCourses.png)\n![CourseDetails](/client/src/assets/img/theme/CourseDetails.png)\n![CommentsInCourse](/client/src/assets/img/theme/CommentsInCourse.png)\n\n## Installation\n\nFirst these commands and follow mentioned steps to get your app ready with installation.\n\n```bash\ngit clone https://github.com/ShwetKhatri2001/Codebee.git\n```\n\n```bash\nnpm install \n```\n\n```bash\ncd client\nnpm install \n```\n\nAfter installations, make a `.env` file in root directory and add some env variables there . \n* Add backend port number as `PORT`, client domain as `DOMAIN_NAME`, api url as `API_URL`, mongodb url as `MONGO_URI`\n  and `NODE_ENV` having value development / production.\n* Then we need `SENDGRID_VERIFIED_MAIL` and `SENDGRID_API_KEY` to get email service from sendgrid.\n* Then add some secret strings as `CRYPTO_SECRET` and `JWT_SECRET`.\n* At last in this file add Github auth secret key and id as `CLIENT_SECRET` and `CLIENT_ID`. \n\nNow make a `.env` file in client directory and add similar values given in backend env for `REACT_APP_DOMAIN_NAME` and `REACT_APP_API_URL` and add `REACT_APP_SAWO_API_KEY` for sawo passwordless authentication.\n\nTo run you app, use this command.\n\n```bash\nnpm run dev\n```\n\n## Contributing\n\nIf you find bugs with this project, pull requests are always welcome. You can [create an issue here](https://github.com/ShwetKhatri2001/Codebee/issues/new).\nYour :star: is also greatly appreciated.\n\n[Checkout my GitHub profile and view other projects](https://github.com/ShwetKhatri2001)\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshwetkhatri2001%2Fcodebee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshwetkhatri2001%2Fcodebee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshwetkhatri2001%2Fcodebee/lists"}