{"id":22462371,"url":"https://github.com/bunyamin54/library-app-project","last_synced_at":"2026-05-13T07:03:15.548Z","repository":{"id":185027679,"uuid":"672867680","full_name":"Bunyamin54/Library-app-project","owner":"Bunyamin54","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-31T11:06:17.000Z","size":4013,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T14:19:56.323Z","etag":null,"topics":["javascript","jsx-syntax","react-router","styled-components"],"latest_commit_sha":null,"homepage":"https://libray-app-projects-bgenc.vercel.app/","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/Bunyamin54.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-07-31T10:52:30.000Z","updated_at":"2023-07-31T12:35:15.000Z","dependencies_parsed_at":"2023-07-31T13:02:31.332Z","dependency_job_id":null,"html_url":"https://github.com/Bunyamin54/Library-app-project","commit_stats":null,"previous_names":["bunyamin54/clarusway-library"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bunyamin54/Library-app-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FLibrary-app-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FLibrary-app-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FLibrary-app-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FLibrary-app-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bunyamin54","download_url":"https://codeload.github.com/Bunyamin54/Library-app-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bunyamin54%2FLibrary-app-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32971672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"last_error":"SSL_read: 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":["javascript","jsx-syntax","react-router","styled-components"],"created_at":"2024-12-06T09:09:18.340Z","updated_at":"2026-05-13T07:03:15.511Z","avatar_url":"https://github.com/Bunyamin54.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003eClarusway\u003cimg align=\"right\"\n  src=\"https://secure.meetupstatic.com/photos/event/3/1/b/9/600_488352729.jpeg\"  width=\"15px\"\u003e\u003c/p\u003e\n\n# Project- : Clarus Library\n\n## Description\n\nProject aims to create a Clarus Library.\n\n## Problem Statement\n\n- We are adding a new project to our portfolios. So you and your colleagues have started to work on the project.\n\n## Project Skeleton\n\n```\n007 - Clarus 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## Objective\n\nBuild a Clarus Library using ReactJS.\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### At the end of the project, students will be able to;\n\n- improve coding skills within HTML \u0026 CSS \u0026 JS \u0026 ReactJS.\n\n- use git commands (push, pull, commit, add etc.) and Github as Version Control System.\n\n## Steps to Solution\n\n- Step 1: Create React App using `yarn create react-app clarus-library`or `npx create-react-app clarus-library`\n\n- Step 2: Go to `https://developers.google.com/books/docs/v1/using?hl=tr` and get api key.\n\n- Step 3 : Using api key and `axios` for getting data from `https://www.googleapis.com/books/v1/volumes?q=${query}\u0026printType=${printType}\u0026key=${APP_KEY}`.\n\n- Step 4: You are expected to code your project with **styled component**\n\n- Step 5 : You can get random login background image from `https://picsum.photos/1600/900`\n\n- Step 6: Add project gif to your project and README.md file.\n\n## Notes\n\n- You can add additional functionalities to your app.\n\n## Demo\n  \u003ca href=\"https://clarus-library.vercel.app/\" target=\"_blank\"\u003eClarus 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\n\n## How can we create an apikey for the Google Books API ? Watch the video!\n\u003ca href=\"https://www.youtube.com/watch?v=lg6yA8oSW3s\" target=\"_blank\"\u003e\nWatch the video\n\u003c/a\u003e\n\n\n**\u003cp align=\"center\"\u003e\u0026#9786; Happy Coding \u0026#9997;\u003c/p\u003e**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunyamin54%2Flibrary-app-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunyamin54%2Flibrary-app-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunyamin54%2Flibrary-app-project/lists"}