{"id":23034915,"url":"https://github.com/luisfalconmx/thebouncingkoala","last_synced_at":"2026-02-16T21:33:22.346Z","repository":{"id":103301372,"uuid":"426054067","full_name":"luisfalconmx/thebouncingkoala","owner":"luisfalconmx","description":"Company website with multilanguage support, dark mode and fully responsive for thebouncingkoala agency","archived":false,"fork":false,"pushed_at":"2024-09-10T20:14:37.000Z","size":14416,"stargazers_count":3,"open_issues_count":10,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T03:29:44.028Z","etag":null,"topics":["babel","browserslist","eslint","git","jest","postcss","prettier","react","react-router","stylelint","tailwindcss","vercel","webpack","yarn"],"latest_commit_sha":null,"homepage":"https://thebouncingkoala.vercel.app","language":"JavaScript","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/luisfalconmx.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},"funding":{"github":["luisfalconmx"]}},"created_at":"2021-11-09T01:42:26.000Z","updated_at":"2024-05-14T22:34:59.000Z","dependencies_parsed_at":"2024-05-15T15:51:32.132Z","dependency_job_id":"e2d233de-06e4-4ade-a5e7-8741dd3ac6e2","html_url":"https://github.com/luisfalconmx/thebouncingkoala","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/luisfalconmx/thebouncingkoala","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfalconmx%2Fthebouncingkoala","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfalconmx%2Fthebouncingkoala/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfalconmx%2Fthebouncingkoala/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfalconmx%2Fthebouncingkoala/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luisfalconmx","download_url":"https://codeload.github.com/luisfalconmx/thebouncingkoala/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luisfalconmx%2Fthebouncingkoala/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29519397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"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":["babel","browserslist","eslint","git","jest","postcss","prettier","react","react-router","stylelint","tailwindcss","vercel","webpack","yarn"],"created_at":"2024-12-15T16:36:48.231Z","updated_at":"2026-02-16T21:33:22.319Z","avatar_url":"https://github.com/luisfalconmx.png","language":"JavaScript","funding_links":["https://github.com/sponsors/luisfalconmx"],"categories":[],"sub_categories":[],"readme":"\u003c!-- START .github/README_TEMPLATE/frontend.template.md --\u003e\n\u003ch1 align=\"center\"\u003ethebouncingkoala\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eCompany website with multilanguage support, dark mode and fully responsive for thebouncingkoala agency\u003c/b\u003e\u003cbr /\u003e\n  \u003csub\u003eCreated with ❤️ by luisfalconmx\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/luisfalconmx/thebouncingkoala/main/.github/screenshot.png\" alt=\"Thebouncingkoala\" width=\"100%\" /\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n## Getting Started\n\n#### First clone the repository from github\n\n```bash\n# HTTPS\nhttps://github.com/luisfalconmx/thebouncingkoala.git\n```\n\n```bash\n# SSH\ngit@github.com:luisfalconmx/thebouncingkoala.git\n```\n\n```bash\n# GITHUB CLI\ngh repo clone luisfalconmx/thebouncingkoala\n```\n\n#### Or fork this project clicking in the fork button set in head of this page.\n\n![image](https://user-images.githubusercontent.com/57654255/173723706-7091d0dd-6e3d-4551-b834-5cef3a2531bf.png)\n\nIf you need help for this step check the next guide:\n[https://docs.github.com/en/get-started/quickstart/fork-a-repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo)\n\n#### Set node version with [nvm](https://github.com/nvm-sh/nvm#node-version-manager---) and install dependencies\n\n```\nnvm use\nnpm install\n```\n\n#### Finally you can start a local dev server with this command\n\n```\nnpm start\n```\n\n#### If you need to check the code to find some errors and warnings, use the next commands\n\n```\nnpm run lint\nnpm run stylelint\n```\n\n#### Also exists a command for apply code writing rules like indents, semicolons, etc. You can use the following command\n\n```\nnpm run pretty\n```\n\n## Contributing\n\n#### To contribute to the project you need to create a new branch from the main branch\n\n```git\ngit checkout -b my-new-branch\n```\n\n#### Once you complete your project changes can be committed following the standard established by [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\n```\n\u003ctype\u003e[optional scope]: \u003cdescription\u003e\n\n[optional body]\n\n[optional footer(s)]\n```\n\n### Examples\n\n#### Commit message with no body\n\n```\ndocs: correct spelling of CHANGELOG\n```\n\n#### Commit message with scope\n\n```\nfeat(lang): add Polish language\n```\n\n#### Commit message with description and breaking change footer\n\n```\nfeat: allow provided config object to extend other configs\n\nBREAKING CHANGE: `extends` key in config file is now used for extending other config files\n```\n\nIf the code passes the tests and the commit message follows the standards set by [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), you can commit your changes and upload them to the remote repository and you're ready to **create a Pull Request** to the **main branch**.\n\nIf you need help to make a pull request, you can consult the following link:\n\n[https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)\n\n### Linters, Code Formater and other tools\n\nAll changes to the project will be validated by creating a commit. These are the tools used to ensure that all code follows the quality standards defined for all contributions:\n\n- [ESLint](https://github.com/eslint/eslint)\n- [Prettier](https://github.com/prettier/prettier)\n- [Stylelint](https://github.com/stylelint/stylelint)\n- [Husky](https://github.com/typicode/husky)\n- [Commitlint](https://github.com/conventional-changelog/commitlint)\n- [Lint Staged](https://github.com/okonet/lint-staged)\n\n### Join us in discussions\n\nWe use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like to help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in the [discussions](https://github.com/luisfalconmx/thebouncingkoala/discussions).\n\n## Roadmap\n\nOur project roadmap is where you can learn about what features we're working on, what stage they're in, and when we expect to bring them to you. Have any questions or comments about items on the roadmap? Share your feedback in [discussions](https://github.com/luisfalconmx/thebouncingkoala/discussions) section.\n\nReview the project roadmap. Maybe there is something amazing that you can contribute 😉\n\n[https://github.com/luisfalconmx/thebouncingkoala/projects?type=beta](https://github.com/luisfalconmx/thebouncingkoala/projects?type=beta)\n\n## Releases\n\nTo create a release it is necessary to prepare the project following these steps\n\n#### Create a new version with tag\n\n```\nnpm version \u003cversion\u003e\n```\n\nThe above command receives as a parameter a specific version such as 1.4.0 or a version type defined by npm's [semantic versioning](https://docs.npmjs.com/about-semantic-versioning) which will automatically increment the number.\n\nThese are the available types that can be used as a parameter:\n\n- **Patch** releases: `1.0` or `1.0.x` or `~1.0.4`\n- **Minor** releases: `1` or `1.x` or `^1.0.4`\n- **Major** releases: `*` or `x`\n\n### Examples\n\n```\nnpm version 1.4.0\n```\n\n```\nnpm version minor\n```\n\n#### Upload the tag to the remote repository\n\n```\ngit push origin \u003ctag\u003e\n```\n\nCheck the complete list of all official releases published:\n[https://github.com/luisfalconmx/thebouncingkoala/releases](https://github.com/luisfalconmx/thebouncingkoala/releases)\n\n## Deployments\n\nAll deployments are automatic because this project has a integration with **Vercel**. Any contribution added in main branch will deploy this project in production.\n\nYou can check the status of deployments in the next link:\n[https://github.com/luisfalconmx/thebouncingkoala/deployments](https://github.com/luisfalconmx/thebouncingkoala/deployments)\n\nFor better understand, it is advisable to follow the instructions detailed in [contributing](https://github.com/luisfalconmx/thebouncingkoala#contributing) section.\n\n## License\n\nThis project is free and open-source software licensed under the [MIT License](https://github.com/luisfalconmx/thebouncingkoala/blob/main/LICENSE).\n\nSome contents like images, videos, documents and other multimedia files use your own licence and in case required atributtion this is mentioned in any part of this project like in the code or in the documentation.\n\n## Thanks ❤️\n\nThank you very much for visiting this repository, contributing amazing code and being part of this great community on github.\n\nIf you want to support me you can visit my [Github Sponsors Profile](https://github.com/sponsors/luisfalconmx). Any support, no matter how small, motivates me to continue creating open source projects and share them with everyone :)\n\n\u003c!-- END .github/README_TEMPLATE/frontend.template.md --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisfalconmx%2Fthebouncingkoala","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluisfalconmx%2Fthebouncingkoala","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluisfalconmx%2Fthebouncingkoala/lists"}