{"id":19139969,"url":"https://github.com/tinawebdev/pintercats","last_synced_at":"2026-04-14T03:32:40.460Z","repository":{"id":38235029,"uuid":"498374565","full_name":"tinawebdev/pintercats","owner":"tinawebdev","description":"🐱 Pure JavaScript Cats Viewer application using TheCatApi","archived":false,"fork":false,"pushed_at":"2022-06-10T08:42:53.000Z","size":2803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T18:50:59.184Z","etag":null,"topics":["css-pseudo-elements","eslint","font-awesome-5","infinite-scroll","lazy-loading","scss","thecatapi","vanilla-js","webpack"],"latest_commit_sha":null,"homepage":"https://tinawebdev.github.io/pintercats/","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/tinawebdev.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":"2022-05-31T14:38:38.000Z","updated_at":"2022-06-10T08:46:13.000Z","dependencies_parsed_at":"2022-09-04T23:01:41.135Z","dependency_job_id":null,"html_url":"https://github.com/tinawebdev/pintercats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tinawebdev/pintercats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fpintercats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fpintercats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fpintercats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fpintercats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tinawebdev","download_url":"https://codeload.github.com/tinawebdev/pintercats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tinawebdev%2Fpintercats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":["css-pseudo-elements","eslint","font-awesome-5","infinite-scroll","lazy-loading","scss","thecatapi","vanilla-js","webpack"],"created_at":"2024-11-09T07:15:49.579Z","updated_at":"2026-04-14T03:32:40.438Z","avatar_url":"https://github.com/tinawebdev.png","language":"JavaScript","readme":"# Pintercats\n[![Maintainability](https://api.codeclimate.com/v1/badges/9a45cf7aae882d055a1c/maintainability)](https://codeclimate.com/github/tinawebdev/pintercats/maintainability)\n[![ESLint](https://github.com/tinawebdev/pintercats/actions/workflows/eslint.yml/badge.svg?branch=main)](https://github.com/tinawebdev/pintercats/actions/workflows/eslint.yml)\n\n**Cats Viewer app using TheCatApi**\n## Features\n* Built with Vanilla JS.\n* Fething the data in JSON format from the [TheCatApi](https://docs.thecatapi.com/).\n* Dynamically inserting the images into the DOM on initial loading.\n* When the user scrolls close to the bottom of the page the app makes another GET request to the API and inserts images into the DOM (lazy loading).\n* The app stores liked images in LocalStorage.\n\n## Technology Stack\n* Module bundler: [Webpack 5](https://webpack.js.org/) - For build a dependency graph of all the files and their dependencies, and bundle all the files.\n* Linter: [ESLint](https://eslint.org/) ([eslint-config-google](https://github.com/google/eslint-config-google)) - For improving code quality.\n* Icon library and toolkit: [Font Awesome Free v5.15.4](https://fontawesome.com/) - For add icons using CSS Pseudo-elements.\n\n## Live demo\nSee the live version **[here](https://tinawebdev.github.io/pintercats/)**.\n\n\u003cdiv style=\"display: flex; align-items: flex-start;\"\u003e\n  \u003ctable\u003e\u003ctr\u003e\u003ctd\u003e\n    \u003cimg src=\"./screenshots/demo1.png\" height=\"250\" width=\"250\"\u003e\n    \u003cimg src=\"./screenshots/demo2.png\" height=\"250\" width=\"250\"\u003e\n  \u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\n\u003c/div\u003e\n\n## Requirements\nYou will need [Node.js](https://nodejs.org/en/) and [Git](https://github.com/git-guides/install-git) installed on your machine.\n\n## Installation\nTo install, run the following commands into a Terminal window:\n```bash\ngit clone git@github.com:tinawebdev/pintercats.git\ncd pintercats\nnpm install\nnpm run build-dev\n```\n\n## Links\n* Fonts: [Google Fonts](https://fonts.google.com/)\n* Images: [TheCatApi](https://docs.thecatapi.com/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinawebdev%2Fpintercats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftinawebdev%2Fpintercats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftinawebdev%2Fpintercats/lists"}