{"id":17047428,"url":"https://github.com/agauniyal/ide","last_synced_at":"2026-05-03T09:31:31.024Z","repository":{"id":98977570,"uuid":"115879987","full_name":"agauniyal/ide","owner":"agauniyal","description":"Learnyoucpp online ide","archived":false,"fork":false,"pushed_at":"2019-10-01T17:22:49.000Z","size":1457,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T10:24:01.193Z","etag":null,"topics":["cpp","cpp11","cpp14","cpp17","learn-to-code","learncpp"],"latest_commit_sha":null,"homepage":"https://agauniyal.github.io/ide/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agauniyal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-12-31T18:41:16.000Z","updated_at":"2023-07-30T12:29:31.000Z","dependencies_parsed_at":"2023-04-05T14:18:57.574Z","dependency_job_id":null,"html_url":"https://github.com/agauniyal/ide","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/agauniyal%2Fide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agauniyal%2Fide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agauniyal","download_url":"https://codeload.github.com/agauniyal/ide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052651,"owners_count":20553163,"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":["cpp","cpp11","cpp14","cpp17","learn-to-code","learncpp"],"created_at":"2024-10-14T09:49:27.161Z","updated_at":"2026-05-03T09:31:26.000Z","avatar_url":"https://github.com/agauniyal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IDE\nLearnyoucpp online ide - https://agauniyal.github.io/ide/\n\n## TODO\n- [ ] Add more units/chapters\n- [ ] Add hints for difficult lessons(involves idea for their UI as well)\n- [ ] Add setting for editor font size\n- [ ] Add language keywords to monaco editor(provide better completion support)\n- [ ] Add compile/execute shortcut to monaco editor itself\n- [ ] Fix maximized window transparent tabbar\n- [ ] Improve compiler warnings/errors in output window\n\n### How to develop\n- clone the repo locally - `git clone https://github.com/agauniyal/ide.git`\n- change directories - `cd ide`\n- install all dependencies - `yarn`\n- make changes inside `src` directory and run `yarn build`\n- (Optional) Format c++ files with `clang-format` :)\n- Open webserver on `docs/` directory and view in browser\n\n### How to contribute lessons\n- Follow steps from _How to develop_\n- Make changes to `src/units/` directory only\n\nThe structure of `src/units/` directory is as follows -\n```\n.\n└── 1-Introduction\n    ├── chapter-1\n    │   ├── main.cpp\n    │   └── readme.md\n    ...\n    ├── chapter-5\n    │   ├── helper.hpp\n    │   ├── main.cpp\n    │   ├── readme.md\n    │   └── result.txt\n    ...\n    2-TypesAndVariables\n    ...\n```\n\n- [x] Each unit must have its own top-level directory inside `src/units/` named as `{number}-{name}`.\n- [x] Every chapter must be contained inside its parent unit as a directory and are to be named as `chapter-{number}.\n- [x] At minimum, each chapter must contain a `main.cpp` file and a `readme.md` file.\n- [x] A result.txt file, if present, is trimmed and checked for successfull program output to pass the chapters\n- [x] Any other `.cpp` or `.hpp` files are opened up in different tabs.\n- [x] All other files are ignored\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagauniyal%2Fide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagauniyal%2Fide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagauniyal%2Fide/lists"}