{"id":19598554,"url":"https://github.com/kaplanh/react-mat_dev-library","last_synced_at":"2026-05-07T16:05:01.946Z","repository":{"id":185017435,"uuid":"672852696","full_name":"kaplanh/React-Mat_Dev-Library","owner":"kaplanh","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-23T04:02:33.000Z","size":36452,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-09T07:47:59.096Z","etag":null,"topics":["async-await","axios-react","react","react-context-api","react-styled-components","react-useeffect","react-usestate","try-catch"],"latest_commit_sha":null,"homepage":"https://react-matdevlibrary.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/kaplanh.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}},"created_at":"2023-07-31T10:08:18.000Z","updated_at":"2024-02-23T03:54:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad33d5c0-f59d-42b1-9eca-2b42f8d2b1cb","html_url":"https://github.com/kaplanh/React-Mat_Dev-Library","commit_stats":null,"previous_names":["kaplanh/library-with-react","kaplanh/react-mat_dev-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanh%2FReact-Mat_Dev-Library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanh%2FReact-Mat_Dev-Library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanh%2FReact-Mat_Dev-Library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaplanh%2FReact-Mat_Dev-Library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaplanh","download_url":"https://codeload.github.com/kaplanh/React-Mat_Dev-Library/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240876854,"owners_count":19871903,"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":["async-await","axios-react","react","react-context-api","react-styled-components","react-useeffect","react-usestate","try-catch"],"created_at":"2024-11-11T09:06:39.265Z","updated_at":"2026-05-07T16:05:01.855Z","avatar_url":"https://github.com/kaplanh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# MAT_DEV Library\n\n\n[Live Link](https://react-matdevlibrary.vercel.app/)\n\n\n\u003cimg src=\"./public/mat_dev styled components library.gif\"\u003e\n\n## Description\n\nProject aims to create a MAT_DEV Library.\n\n## Problem Statement\n\n\n## Project Skeleton\n\n```\nMat_Dev Library (folder)\n|\n|----readme.md        \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\n\n\n\n## Objective\n\nBuild a Mat_Dev 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- Styled Components\n\n### At the end of the project, developers will be able to;\n\n- improve coding skills within HTML \u0026 CSS \u0026 JS \u0026 ReactJS and Styled Components.\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 matdev-library`or `npx create-react-app matdev-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\n\n## SVG to React-Component\n\n- \n- \u003ca href=\"https://react-svgr.com/playground/\" target=\"_blank\"\u003eSVGR\u003c/a\u003e\n\n\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%2Fkaplanh%2Freact-mat_dev-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaplanh%2Freact-mat_dev-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaplanh%2Freact-mat_dev-library/lists"}