{"id":21942876,"url":"https://github.com/dochner/my-react-portfolio","last_synced_at":"2025-03-22T15:41:33.200Z","repository":{"id":153592544,"uuid":"606111097","full_name":"dochner/my-react-portfolio","owner":"dochner","description":"An portfolio website built with React, Vite, UnoCSS, and applying clean-architecture for learning purpose.","archived":false,"fork":false,"pushed_at":"2023-03-01T15:04:03.000Z","size":826,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T16:31:36.152Z","etag":null,"topics":["bem-methodology","clean-architecture","react","react-ts","unocss","vite"],"latest_commit_sha":null,"homepage":"https://douglasochner.netlify.app/","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/dochner.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}},"created_at":"2023-02-24T16:14:21.000Z","updated_at":"2023-12-01T09:11:15.000Z","dependencies_parsed_at":"2023-05-20T07:00:45.625Z","dependency_job_id":null,"html_url":"https://github.com/dochner/my-react-portfolio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fmy-react-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fmy-react-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fmy-react-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dochner%2Fmy-react-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dochner","download_url":"https://codeload.github.com/dochner/my-react-portfolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244981009,"owners_count":20542287,"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","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":["bem-methodology","clean-architecture","react","react-ts","unocss","vite"],"created_at":"2024-11-29T03:27:06.575Z","updated_at":"2025-03-22T15:41:33.181Z","avatar_url":"https://github.com/dochner.png","language":"TypeScript","readme":"\u003cp align='center'\u003e\n\u003ca href=\"https://douglasochner.netlify.app//\"\u003eLive Demo\u003c/a\u003e\n\u003c/p\u003e\n\n`MyReactPortfolio` is being created with the following purposes:\n\n- To learn and practice React and its ecosystem\n- To create a portfolio that is easy to maintain and update\n- To learn and practice the use of GitHub Actions\n- To learn and practive clean code and clean architecture\n- To implement a i18n solution\n\n\u003cbr\u003e\n\n## Features\n\n- ⚡️ [React](https://reactjs.org), [Vite](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [esbuild](https://github.com/evanw/esbuild) - born with fastness\n\n- 🗂 [File based routing](./src/pages)\n\n- 📦 [Components auto importing](./src/components)\n\n- 📑 [Layout system](./src/layouts)\n\n- 📲 [PWA](https://github.com/antfu/vite-plugin-pwa)\n\n- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine\n\n- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly\n\n- 🦾 TypeScript, of course\n\n- ☁️ Deploy on Netlify, zero-config\n\n\u003cbr\u003e\n\n## Pre-packed\n\n### UI Frameworks\n\n- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.\n\n### Icons\n\n- [Iconify](https://iconify.design) - use icons from any icon sets [🔍Icônes](https://icones.netlify.app/)\n- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n### Plugins\n\n- [React Router](https://github.com/remix-run/react-router)\n  - [`vite-plugin-pages`](https://github.com/hannoeru/vite-plugin-pages) - file system based routing\n- [`unplugin-react-components`](https://github.com/snowingfox/unplugin-react-components) - components auto import\n- [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Hooks, Context and others without importing\n- [`vite-plugin-pwa`](https://github.com/antfu/vite-plugin-pwa) - PWA\n\n### Coding Style\n\n- [ESLint](https://eslint.org/) with [@antfu/eslint-config](https://github.com/antfu/eslint-config), single quotes, no semi.\n\n### Dev tools\n\n- [TypeScript](https://www.typescriptlang.org/)\n- [pnpm](https://pnpm.js.org/) - fast, disk space efficient package manager\n- [Netlify](https://www.netlify.com/) - zero-config deployment\n- [VS Code Extensions](./.vscode/extensions.json)\n  - [Vite](https://marketplace.visualstudio.com/items?itemName=antfu.vite) - Fire up Vite server automatically\n  - [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) - Icon inline display and autocomplete\n  - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n## Try it now\n\n\u003e requires Node \u003e=14.18\n\n## Usage\n\n### Development\n\nJust run and visit \u003chttp://localhost:3333\u003e\n\n```bash\npnpm dev\n```\n\n### Build\n\nTo build the App, run\n\n```bash\npnpm build\n```\n\nAnd you will see the generated file in `dist` that ready to be served.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdochner%2Fmy-react-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdochner%2Fmy-react-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdochner%2Fmy-react-portfolio/lists"}