{"id":44317165,"url":"https://github.com/hdain/playground","last_synced_at":"2026-02-11T05:14:31.321Z","repository":{"id":109021235,"uuid":"582662004","full_name":"hdain/playground","owner":"hdain","description":"Personal blog","archived":false,"fork":false,"pushed_at":"2024-01-26T09:04:46.000Z","size":3411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-01-26T11:25:48.742Z","etag":null,"topics":["blog","firebase","react","typescript"],"latest_commit_sha":null,"homepage":"https://hdain.dev","language":"TypeScript","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/hdain.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}},"created_at":"2022-12-27T14:06:16.000Z","updated_at":"2024-01-26T11:25:53.379Z","dependencies_parsed_at":"2024-01-26T11:25:43.465Z","dependency_job_id":null,"html_url":"https://github.com/hdain/playground","commit_stats":null,"previous_names":["hdain/playground"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hdain/playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdain%2Fplayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdain%2Fplayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdain%2Fplayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdain%2Fplayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hdain","download_url":"https://codeload.github.com/hdain/playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdain%2Fplayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327149,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"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":["blog","firebase","react","typescript"],"created_at":"2026-02-11T05:14:30.593Z","updated_at":"2026-02-11T05:14:31.317Z","avatar_url":"https://github.com/hdain.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Playground 😎\n\nThis is a personal blog and portfolio project built with React and Firebase.\n\n---\n\n### Demo\n\u003ca href=\"https://hdain.dev\"\u003e\n 🔗 hdain.dev\n\u003c/a\u003e\n\n### Technologies Used\n- Yarn\n- React\n- Firebase - Realtime Database / Authentication / Hosting / Analyitics\n\n### Getting Started\nInstalling\n1. Clone this repository\n```\ngit clone https://github.com/hdain/playground.git\n```\n2. Install dependencies\n```\nyarn install\n```\n3. Create a [Firebase](https://firebase.google.com/?hl=ko) project and enable Realtime database, Authentication, Hosting and Analyitics.\n4. Create a `.env` file in the root directory of the project with your Firebase project credentials. Your `.env` file should look like this:\n```\nVITE_FIREBASE_API_KEY=your-api-key\nVITE_FIREBASE_AUTH_DOMAIN=your-auth-domain\nVITE_FIREBASE_DATABASE_URL=your-database-url\nVITE_FIREBASE_PROJECT_ID=your-project-id\nVITE_FIREBASE_STORAGE_BUCKET=your-storage-bucket\nVITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id\nVITE_FIREBASE_APP_ID=your-app-id\n```\n5. Add your app title to `.env`\n```\nVITE_APP_TITLE='Ham Dain'\nVITE_APP_DESCRIPTION='Personal developer blog'\nVITE_APP_TYPE=website\n``` \n6. Start the development server\n```\nyarn start\n```\n7. Open http://localhost:3000 in your browser.\n8. Post creation, editing, and deletion are only available after logging in through the URL path `/login` (e.g. http://localhost:3000/login).\n\n⚠️ This project has a Firebase security rule that prevents users who are not logged in from performing write, edit, or delete operations on posts.\n```json\n{\n  \"rules\": {\n     \".read\": true,\n    \".write\": \"auth.uid !== null\"\n   }\n}\n```\n### Deployment\nTo deploy the project, install Firebase CLI and run `yarn deploy`.\n\n### License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdain%2Fplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdain%2Fplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdain%2Fplayground/lists"}