{"id":20898147,"url":"https://github.com/arthurlbo/exp-bio","last_synced_at":"2026-04-14T05:33:07.951Z","repository":{"id":239857576,"uuid":"796941112","full_name":"arthurlbo/exp-bio","owner":"arthurlbo","description":" 📱A instagram's bio page developed for the multinational marketing agency @expmarketing.br","archived":false,"fork":false,"pushed_at":"2024-05-15T01:51:55.000Z","size":533,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T03:09:45.413Z","etag":null,"topics":["commitizen","commitlint","eslint","husky","nextjs","nextjs14","phosphor-react","prettier","react","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://bio.expmarketing.co","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/arthurlbo.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-05-06T22:52:22.000Z","updated_at":"2024-07-25T22:48:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a733d71-d84f-46d3-aa92-636a34d27580","html_url":"https://github.com/arthurlbo/exp-bio","commit_stats":null,"previous_names":["arthurlbo/exp-bio"],"tags_count":0,"template":false,"template_full_name":"arthurlbo/next-typescript-template","purl":"pkg:github/arthurlbo/exp-bio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurlbo%2Fexp-bio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurlbo%2Fexp-bio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurlbo%2Fexp-bio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurlbo%2Fexp-bio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthurlbo","download_url":"https://codeload.github.com/arthurlbo/exp-bio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurlbo%2Fexp-bio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784251,"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":["commitizen","commitlint","eslint","husky","nextjs","nextjs14","phosphor-react","prettier","react","tailwindcss","typescript"],"created_at":"2024-11-18T11:09:16.092Z","updated_at":"2026-04-14T05:33:07.936Z","avatar_url":"https://github.com/arthurlbo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Hi there! 👋\n\n\u003e This project is a instagram's bio page (similar to Linktree) developed for the multinational marketing agency [Exp Marketing](https://www.instagram.com/expmarketing.br/). The primary goal is to showcase the company's useful links along with other pertinent information about their services and expertise.\n\u003e\n\u003e The platform is built using modern technologies, including Next.js for a dynamic user experience, TypeScript for ensuring code security and scalability, and Tailwind CSS for a responsive and elegant design. This technological approach enables seamless integration and an optimized browsing experience for users, reflecting Exp Marketing's innovation and professionalism.\n\n## What is inside?\n\n-   [Next.js](https://nextjs.org/docs)\n-   [React.js](https://reactjs.org)\n-   [TypeScript](https://www.typescriptlang.org)\n-   [Tailwind CSS](https://tailwindcss.com/)\n-   [Phosphor Icons](https://phosphoricons.com/)\n-   [Eslint](https://eslint.org)\n-   [Prettier](https://prettier.io)\n-   [Husky](https://github.com/typicode/husky)\n-   [Commitlint](https://commitlint.js.org/#/)\n\n## Getting Started\n\n### Install dependencies\n\n```bash\npnpm install\n```\n\nor\n\n```bash\nyarn\n```\n\nor\n\n```bash\nnpm install\n```\n\n### Run development server\n\n```bash\npnpm dev\n```\n\nor\n\n```bash\nyarn dev\n```\n\nor\n\n```bash\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Structure\n\n```\n└── src\n    ├── app\n    ├── assets\n    ├── components\n        ├── home\n        ├── ui\n    ├── lib\n    ├── utils\n```\n\n| Folder         | Description                                    |\n| -------------- | ---------------------------------------------- |\n| **app**        | Pagens in the project                          |\n| **assets**     | Images and static files for application        |\n| **components** | Page's components                              |\n| **home**       | Components used in the home page               |\n| **ui**         | Reusable ui components                         |\n| **lib**        | Configuration of libraries used in the project |\n| **utils**      | Auxiliary and reusable functions               |\n\n## Conventions\n\n| Files        | Description                   |\n| ------------ | ----------------------------- |\n| **.tsx**     | Component implementation      |\n| **index.ts** | File to export the components |\n\n## Commands\n\n-   `dev`: run development server\n-   `build`: creates the production build version\n-   `format`: run prettier and eslint in all the files\n-   `commit`: commit staged changes\n\n\u003cp align=\"center\"\u003eMade with 🤍 by Arthur\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurlbo%2Fexp-bio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurlbo%2Fexp-bio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurlbo%2Fexp-bio/lists"}