{"id":18819330,"url":"https://github.com/b-l-u-e/scrimba-passenger-counter","last_synced_at":"2025-10-11T06:04:06.485Z","repository":{"id":228946652,"uuid":"775318828","full_name":"b-l-u-e/scrimba-passenger-counter","owner":"b-l-u-e","description":"Built scrimba passenger counter app using HTML, CSS and JS","archived":false,"fork":false,"pushed_at":"2024-05-07T09:42:36.000Z","size":27813,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T17:38:50.577Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/b-l-u-e.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":"2024-03-21T06:54:06.000Z","updated_at":"2024-05-07T09:42:39.000Z","dependencies_parsed_at":"2024-11-08T00:35:57.670Z","dependency_job_id":null,"html_url":"https://github.com/b-l-u-e/scrimba-passenger-counter","commit_stats":null,"previous_names":["b-l-u-e/scrimba-passenger-counter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/b-l-u-e/scrimba-passenger-counter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-l-u-e%2Fscrimba-passenger-counter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-l-u-e%2Fscrimba-passenger-counter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-l-u-e%2Fscrimba-passenger-counter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-l-u-e%2Fscrimba-passenger-counter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-l-u-e","download_url":"https://codeload.github.com/b-l-u-e/scrimba-passenger-counter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-l-u-e%2Fscrimba-passenger-counter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006443,"owners_count":26084105,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08T00:22:23.475Z","updated_at":"2025-10-11T06:04:06.450Z","avatar_url":"https://github.com/b-l-u-e.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Buiding Passenger counter application\n\nQuick start:\n\n- create new vite project `npx create-vite scrimba-passenger-counter --template vanilla`\n\n- cd \"scrimba-passenger-counter\"\n\n- install dependencies and dev server `npm install \u0026\u0026 npm run start`\n\n\nFor existing vite project\n\n- install Vite and React Refresh Plugin `npm i -D vite @vitejs/plugin-react-refresh`\n\n- edit vite.config.js \n\n    ```\n    // vite.config.ts\n    import { defineConfig } from 'vite'\n    import reactRefresh from '@vitejs/plugin-react-refresh'\n\n    export default defineConfig({\n    plugins: [reactRefresh()]\n    })\n    ```\n\n- update package.json scripts\n\n    ```\n    // package.json\n    {\n    \"scripts\": {\n        \"start\": \"vite\",\n        \"build\": \"vite build\"\n        // if you need to run eslint and tsc\n        \"build\": \"eslint src \u0026\u0026 tsc \u0026\u0026 vite build\",\n    },\n    }\n\n    ```\n\n- run the project `npm run start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-l-u-e%2Fscrimba-passenger-counter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-l-u-e%2Fscrimba-passenger-counter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-l-u-e%2Fscrimba-passenger-counter/lists"}