{"id":30232351,"url":"https://github.com/sayheylaura/tinybnb","last_synced_at":"2026-04-13T12:01:53.564Z","repository":{"id":305417878,"uuid":"1020409015","full_name":"sayheylaura/tinybnb","owner":"sayheylaura","description":"Pretty simple Airbnb-like app built with Angular. Tiny because so am I ✨","archived":false,"fork":false,"pushed_at":"2025-07-28T12:37:24.000Z","size":967,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T23:57:45.644Z","etag":null,"topics":["airbnb-clone","angular","scss"],"latest_commit_sha":null,"homepage":"https://sayheylaura.github.io/tinybnb/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sayheylaura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-15T20:29:49.000Z","updated_at":"2025-07-28T12:37:06.000Z","dependencies_parsed_at":"2025-07-20T01:53:14.969Z","dependency_job_id":"d1c14d45-568b-4d5d-95fe-e17b08245dbc","html_url":"https://github.com/sayheylaura/tinybnb","commit_stats":null,"previous_names":["sayheylaura/tinybnb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sayheylaura/tinybnb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayheylaura%2Ftinybnb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayheylaura%2Ftinybnb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayheylaura%2Ftinybnb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayheylaura%2Ftinybnb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sayheylaura","download_url":"https://codeload.github.com/sayheylaura/tinybnb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sayheylaura%2Ftinybnb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["airbnb-clone","angular","scss"],"created_at":"2025-08-14T23:57:13.149Z","updated_at":"2026-04-13T12:01:53.528Z","avatar_url":"https://github.com/sayheylaura.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tinybnb\n\nPretty simple Airbnb-like app built with Angular. Tiny because so am I ✨\n\nThis is my first project using Angular. My main goal is to get familiar with the framework by building something cool (well, kinda).\n\n## 💥 Tech Stack\n\n- [Angular](https://angular.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Sass (SCSS)](https://sass-lang.com/)\n- [Jasmine](https://jasmine.github.io/) and [Karma](https://karma-runner.github.io/latest/index.html) for testing\n\n## 🙇‍♀️ Other resources\n\n- [Tabler icons](https://tabler.io/icons)\n- [v0](https://v0.dev/) for design inspiration\n- [Cursor](https://cursor.com/) as code editor\n\n\u003e Why and how am I using Cursor?\n\nThis is the first time I try out Cursor as a code editor, after using VS Code exclusively for many years. I genuinely think AI is **_just another tool_**, not a replacement for my knowledge or problem-solving skills.\n\nSince this is my first Angular project, I've mainly used Cursor's agent to ask questions and get feedback to deepen my learning, as well as to handle very repetitive tasks. I have found it more useful than just using ** _insert your AI tool of choice_ ** because it has access to the whole project as context.\n\n## 👩‍💻 Getting Started\n\nTo get started, first clone this repository:\n\n```bash\ngit clone git@github.com:sayheylaura/tinybnb.git\ncd tinybnb\n```\n\nTo run the app locally:\n\n```bash\npnpm install\npnpm start\n```\n\nOpen [http://localhost:4200](http://localhost:4200) in your browser.\n\n## 🥷 Available Scripts\n\n| Script      | Description                                          |\n| ----------- | ---------------------------------------------------- |\n| pnpm start  | Runs the app in development mode at `localhost:4200` |\n| pnpm build  | Builds the app for production to the `dist/` folder  |\n| pnpm test   | Runs unit tests using Jasmine and Karma              |\n| pnpm lint   | Lints the codebase using ESLint                      |\n| pnpm format | Formats the codebase using Prettier                  |\n\n## 🗺️ Roadmap\n\nThere are still many things I didn't have time to implement, even if I know they're important. Mainly:\n\n- [x] Form validation\n- [ ] Loading and emtpy states\n- [ ] Error handling\n\nApart from that, one of my next career goals is learning backend development to become a fullstack engineer, so at some point:\n\n- [ ] Implement backend: set up a database and an API endpoint to serve property data\n\n## ✨ Feedback \u0026 Suggestions\n\nIf you have any suggestions/feedback or find any bugs, feel free to open an issue!\n\n## 📜 License\n\nLicensed under the MIT License, Copyright © 2025\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayheylaura%2Ftinybnb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayheylaura%2Ftinybnb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayheylaura%2Ftinybnb/lists"}