{"id":17820841,"url":"https://github.com/gonzarascon/manabu","last_synced_at":"2025-08-02T13:42:05.815Z","repository":{"id":37706235,"uuid":"188351270","full_name":"gonzarascon/Manabu","owner":"gonzarascon","description":"Manabu is a gamified e-learning platform","archived":false,"fork":false,"pushed_at":"2022-12-10T17:28:44.000Z","size":50118,"stargazers_count":1,"open_issues_count":39,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T19:41:11.081Z","etag":null,"topics":["e-learning","gamification","gamified-learning","nextjs","react"],"latest_commit_sha":null,"homepage":null,"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/gonzarascon.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}},"created_at":"2019-05-24T04:18:19.000Z","updated_at":"2024-06-27T06:04:58.000Z","dependencies_parsed_at":"2023-01-26T06:46:40.433Z","dependency_job_id":null,"html_url":"https://github.com/gonzarascon/Manabu","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzarascon%2FManabu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzarascon%2FManabu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzarascon%2FManabu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gonzarascon%2FManabu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gonzarascon","download_url":"https://codeload.github.com/gonzarascon/Manabu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247696397,"owners_count":20981009,"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":["e-learning","gamification","gamified-learning","nextjs","react"],"created_at":"2024-10-27T17:09:58.000Z","updated_at":"2025-04-07T17:27:27.377Z","avatar_url":"https://github.com/gonzarascon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :dragon_face: Manabu :dragon_face:\n\n\u003e A gamified e-learning platform\n\n## Run this project\n\n- Clone the repository \u0026 install it's dependencies using `yarn`\n- Run it using `yarn run dev`\n\n## Layout Logic\n\nManabu has an unique Layout that is shared throughout all its pages.\nFor a more clean code experience, each page should import both the Layout component and the corresponding Page Layout component.\n\n```\nimport {Layout, PageLayout} from 'components';\n\nconst page = (props) =\u003e (\n    \u003cLayout\u003e\n        \u003cPageLayout /\u003e\n    \u003c/Layout\u003e\n);\n\n```\n\n## Components \u0026 Breakpoints Sizes\n\nManabu uses [Grommet](https://github.com/grommet/grommet) basic UI theme settings such as Breakpoints for quick component creation.\nEach component receives `responsiveSize` as a prop which indicates the actual view-port size.\nThis prop is handled by the actual page where the component is being rendered from in pages this value comes as `props.viewportSize`.\nWith this configuration you can not only manage the display behavior in each component, but also which components should render in that page.\n\n### `responsiveSize`\n\nresponsiveSize can be used to modify component behavior around different view-port sizes.\nThe sizes can be: `'small'`,`'medium'` or `'large'`. If needed, more breakpoints can be added to the `customTheme` helper under `global.breakpoints.[custom size]` and `global.deviceBreakpoints.[device name]`.  \nPlease note that **both properties are required in `customTheme`**\n\n#### myComponent.jsx\n\n```\nmyComponent.propTypes={\nresponsiveSize: PropTypes.string.isRequired,\n...\n};\n```\n\n#### page.js\n\n```\npage.propTypes={\nviewportSize: PropTypes.string.isRequired,\n...\n};\n```\n\n## Want to contribute?\n\nYou can [open an issue](https://github.com/gonzarascon/Manabu/issues) with your questions or features proposals!\nContribution guides are on their way!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzarascon%2Fmanabu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgonzarascon%2Fmanabu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgonzarascon%2Fmanabu/lists"}