{"id":20284104,"url":"https://github.com/ilkaytech/cw-library","last_synced_at":"2026-03-07T03:31:40.787Z","repository":{"id":195637343,"uuid":"693339987","full_name":"ilkaytech/CW-Library","owner":"ilkaytech","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-18T20:49:34.000Z","size":3630,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T03:41:50.749Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ilkaytech.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}},"created_at":"2023-09-18T20:43:24.000Z","updated_at":"2023-09-18T20:43:25.000Z","dependencies_parsed_at":"2023-09-19T03:02:32.209Z","dependency_job_id":null,"html_url":"https://github.com/ilkaytech/CW-Library","commit_stats":null,"previous_names":["ilkaytech/cw-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilkaytech/CW-Library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkaytech%2FCW-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkaytech%2FCW-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkaytech%2FCW-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkaytech%2FCW-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilkaytech","download_url":"https://codeload.github.com/ilkaytech/CW-Library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkaytech%2FCW-Library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T03:24:23.086Z","status":"ssl_error","status_checked_at":"2026-03-07T03:23:11.444Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T14:18:20.557Z","updated_at":"2026-03-07T03:31:40.697Z","avatar_url":"https://github.com/ilkaytech.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project : Clarusway Library\n\n## Description\n\nProject aims to create a Clarus Library.\n\n## Project Skeleton\n\n```\nClarusway Library (folder)\n|\n|----readme.md         # Given to the students (Definition of the project)\nSOLUTION\n├── public\n│     └── index.html\n├── src\n│    ├── App.js\n│    ├── assets\n│    │   ├── about.png\n│    │   ├── book.jpg\n│    │   ├── books.jpg\n│    │   └── const.png\n│    │   │\n│    ├── components\n│    │   ├── card\n│    │   │   ├── Card.jsx\n│    │   │   └── Card.style.jsx\n│    │   ├── footer\n│    │   │   ├── Footer.jsx\n│    │   │   └── Footer.style.jsx\n│    │   ├── header\n│    │   │   ├── Header.jsx\n│    │   │   └── Header.style.jsx\n│    │   └── navbar\n│    │   │   ├── Navbar.jsx\n│    │   │   └── Navbar.style.jsx\n│    │   │\n│    ├── context\n│    │   ├── AuthContext.jsx\n│    │   └── ThemeContext.jsx\n│    │   │\n│    ├── index.css\n│    ├── index.js\n│    │   │\n│    ├── pages\n│    │   ├── about\n│    │   │   ├── About.jsx\n│    │   │   └── About.style.jsx\n│    │   ├── detail\n│    │   │   ├── Detail.jsx\n│    │   │   └── Detail.style.jsx\n│    │   ├── home\n│    │   │   ├── Home.jsx\n│    │   │   └── Home.style.jsx\n│    │   ├── login\n│    │   │   ├── Login.jsx\n│    │   │   └── Login.style.jsx\n│    │   └── register\n│    │   │   ├── Register.jsx\n│    │   │   └── Register.style.jsx\n│    │   │\n│    ├── router\n│    │   ├── AppRouter.jsx\n│    │   └── PrivateRouter.jsx\n│    │   │\n│    └── styles\n│        ├── Flex.jsx\n│        ├── Global.styles.jsx\n│        └── theme.js\n├── package.json\n└── yarn.lock\n```\n\n## Expected Outcome\n\n![Clarus Library](clarus-library.gif)\n\n### At the end of the project, following topics are to be covered;\n\n- HTML\n\n- CSS\n\n- JS\n\n- ReactJS\n\n## Demo\n\n\u003ca href=\"\" target=\"_blank\"\u003eClarusway Library\u003c/a\u003e\n\n## Google Books API\n\n\u003ca href=\"https://developers.google.com/books/docs/v1/using\" target=\"_blank\"\u003eGoogle Books API\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkaytech%2Fcw-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filkaytech%2Fcw-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkaytech%2Fcw-library/lists"}