{"id":18300654,"url":"https://github.com/iwatanikenji/data-structure-page","last_synced_at":"2025-07-09T22:42:09.464Z","repository":{"id":165783418,"uuid":"641140254","full_name":"iwataniKenji/data-structure-page","owner":"iwataniKenji","description":"College project based on a created prototype implemented with React","archived":false,"fork":false,"pushed_at":"2023-07-02T14:52:14.000Z","size":993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T03:41:21.173Z","etag":null,"topics":["dark-mode","data-structure","mui","responsive-design","utfpr"],"latest_commit_sha":null,"homepage":"https://kenji-data-structure-page.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/iwataniKenji.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":"2023-05-15T21:35:41.000Z","updated_at":"2023-07-18T09:28:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddec74fb-6d36-47d9-8f38-7cc505208d45","html_url":"https://github.com/iwataniKenji/data-structure-page","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/iwataniKenji%2Fdata-structure-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fdata-structure-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fdata-structure-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iwataniKenji%2Fdata-structure-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iwataniKenji","download_url":"https://codeload.github.com/iwataniKenji/data-structure-page/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012163,"owners_count":21033142,"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":["dark-mode","data-structure","mui","responsive-design","utfpr"],"created_at":"2024-11-05T15:13:04.435Z","updated_at":"2025-04-09T09:30:15.836Z","avatar_url":"https://github.com/iwataniKenji.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eDATA STRUCTURE PAGE\u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003eSummary\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#about\"\u003e📙 About\u003c/a\u003e\n    \u003c!-- \u003ca href=\"#preview\"\u003e🖼️ Preview\u003c/a\u003e --\u003e\n    \u003ca href=\"#start\"\u003e📖 How to Start\u003c/a\u003e\n    \u003ca href=\"#features\"\u003e💡 Features\u003c/a\u003e\n    \u003ca href=\"#technologies\"\u003e💻 Technologies\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch4 align=\"center\"\u003e\n   ✔️ Data Structure project finished ✔️\n\u003c/h4\u003e\n\n\u003ch2 id=\"about\"\u003e📙 About\u003c/H2\u003e\n\n\u003cp\u003eProject developed for academic purposes in order to introduce students to data structure discipline content, illustrating with algorithms in C. Most of the code are explained through comments and paragraphs with overview information for each respective implementation.\n\u003cp\u003eOriginally created and made by \u003ca href=\"https://www.linkedin.com/in/kleverson-kenji-iwatani/\"\u003eKenji Iwatani\u003c/a\u003e\u003c/p\u003e\n\n\u003cp\u003e\n    \u003ch3\u003e\u003ca href=\"https://kenji-data-structure-page.vercel.app/intro\"\u003eCheck website \u0026rarr;\u003c/a\u003e\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003c!-- ---\n\n\u003cH2 id=\"preview\"\u003e🖼️ Preview\u003c/H2\u003e\n\n\u003csection align=\"center\"\u003e\n    \u003cimg alt=\"project overview\" src=\"./assets/preview.gif\" width=\"300\"/\u003e\n\u003c/section\u003e --\u003e\n\n---\n\n\u003cH2 id=\"start\"\u003e📖 How to Start\u003c/H2\u003e\n\n```bash\n# Clone this repository\n$ git clone https://github.com/iwataniKenji/data-structure-page.git\n\n# Access the project directory\n$ cd data-structure-page\n\n# Install dependencies\n$ yarn\n\n# Start application\n$ yarn start\n\n```\n\n---\n\n\u003cH2 id=\"features\"\u003e💡 Features\u003c/H2\u003e\n\n- [x] Dark mode\n- [x] Responsive layout\n- [x] Basic routing system\n- [x] Data structure basics content\n\n---\n\n\u003cH2 id=\"technologies\"\u003e💻 Technologies\u003c/H2\u003e\n\n- [x] \u003ca href=\"https://react.dev/\"\u003eReact\u003c/a\u003e\n- [x] \u003ca href=\"https://www.typescriptlang.org/\"\u003eTypescript\u003c/a\u003e\n- [x] \u003ca href=\"https://mui.com/\"\u003eMui\u003c/a\u003e\n- [x] \u003ca href=\"https://vercel.com/\"\u003eVercel\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fdata-structure-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiwatanikenji%2Fdata-structure-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiwatanikenji%2Fdata-structure-page/lists"}