{"id":20098964,"url":"https://github.com/jream/react-apps","last_synced_at":"2026-05-13T09:02:36.339Z","repository":{"id":247653088,"uuid":"826465370","full_name":"JREAM/react-apps","owner":"JREAM","description":"Basic Password Generator in React","archived":false,"fork":false,"pushed_at":"2024-07-17T22:30:18.000Z","size":522,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:48:44.242Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JREAM.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-07-09T18:58:36.000Z","updated_at":"2024-07-17T22:30:21.000Z","dependencies_parsed_at":"2025-03-02T16:41:57.913Z","dependency_job_id":"6f66f503-9118-454b-8579-fee4a795bdfe","html_url":"https://github.com/JREAM/react-apps","commit_stats":null,"previous_names":["jream/react-passwd","jream/react-apps"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JREAM/react-apps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Freact-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Freact-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Freact-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Freact-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JREAM","download_url":"https://codeload.github.com/JREAM/react-apps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JREAM%2Freact-apps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32975183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T06:31:55.726Z","status":"ssl_error","status_checked_at":"2026-05-13T06:31:51.336Z","response_time":115,"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":[],"created_at":"2024-11-13T17:07:21.329Z","updated_at":"2026-05-13T09:02:36.321Z","avatar_url":"https://github.com/JREAM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Apps\n\nA small playground of miniature React Components for fun.\n\n- **Preview**\n  - [https://jream.github.io/react-apps/](https://jream.github.io/react-apps/)\n- **Transpile**\n  - [PNPM](https://pnpm.io/)\n  - [Vite](https://vitejs.dev/)\n    - [Vite Plugin Checker](https://www.npmjs.com/package/vite-plugin-checker) - For Live TypeScript Checking\n  - [TypeScript](https://www.typescriptlang.org/)\n- **Core**\n  - [React](https://react.dev/)\n  - [React Router](https://reactrouter.com/en/main)\n- **Testing**\n  - [Vitest](https://vitest.dev/)\n  - [JSDom](https://github.com/jsdom/jsdom)\n  - [@testing-library/react](https://testing-library.com/)\n- **Frontend**\n  - [Bootstrap](https://getbootstrap.com/) \u003cem\u003e(External)\u003cem\u003e\n- **Considering**\n  - Might want [PurgeCSS](https://purgecss.com/) also later..\n\n## Installation\n\n```bash\n# For PNPM\npnpm i\npnpm start\n\n# For NPM\nnpm i\nnpm run start\n```\n\n## Deploy\n\nI normally deploy to [Vercel](https://vercel.com/) but I'm using [GitHub](https://github.com/) Pages at the moment. The npm package `gh-pages` make this very nice.\n\nAt the moment I'm using [Vite](https://vitejs.dev/) and a minimal React setup.\nThese two items in `package.json` are part of the `gh-pages` npm package:\n\n```json\n\"predeploy\": \"pnpm run build\",\n\"deploy\": \"gh-pages -d dist\",\n```\n\nSimply run, `npm run deploy` and it will create a branch and transpile the project.\n\n### In GitHub Pages\n\n- Add the URL for `homepage` in `package.json`\n- Add a `404.html` by adding in `build`: `... cp dist/index.html dist/404.html`\n- Change `createBrowserRouter` to `createHashRouter`\n- There is a delay when the page is updated.\n- I modified `vite.config.ts` with the `base` URL set to `./`\n  - Allows it to appear on GitHub Pages without getting an invalid `text/html` MIME type.\n\n---\n\n\u003e MIT Open Source\n\n\u003e \u0026copy; 2024 [JREAM](https://jream.com) | Jesse Boyer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Freact-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjream%2Freact-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjream%2Freact-apps/lists"}