{"id":21206813,"url":"https://github.com/rifandani/react-hackathon","last_synced_at":"2026-05-12T16:02:41.393Z","repository":{"id":203117000,"uuid":"708791101","full_name":"rifandani/react-hackathon","owner":"rifandani","description":"React Template for hackathon","archived":false,"fork":false,"pushed_at":"2023-11-01T07:53:30.000Z","size":1606,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T23:22:45.337Z","etag":null,"topics":["firebase","hackathon"],"latest_commit_sha":null,"homepage":"https://app-template-rifandani.web.app/","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/rifandani.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":"2023-10-23T11:59:51.000Z","updated_at":"2023-11-09T13:56:35.000Z","dependencies_parsed_at":"2023-10-28T09:28:25.688Z","dependency_job_id":"c6907813-0a47-4ead-9f9b-ff4a56eb2a0e","html_url":"https://github.com/rifandani/react-hackathon","commit_stats":null,"previous_names":["rifandani/react-hackathon"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rifandani/react-hackathon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifandani%2Freact-hackathon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifandani%2Freact-hackathon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifandani%2Freact-hackathon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifandani%2Freact-hackathon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rifandani","download_url":"https://codeload.github.com/rifandani/react-hackathon/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rifandani%2Freact-hackathon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32946410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"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":["firebase","hackathon"],"created_at":"2024-11-20T20:56:52.285Z","updated_at":"2026-05-12T16:02:41.350Z","avatar_url":"https://github.com/rifandani.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Template for Hackathon\n\n## Features\n\nReact Hackathon Template built with:\n\n- `vite` + `typescript` + `eslint` + `prettier` -\u003e development productivity\n- `tailwindcss` + `tailwindcss-animate` + `tailwind-merge` + `daisyui` -\u003e easy styling\n- `@formkit/auto-animate` -\u003e automate transition animation when component mount/unmount/changed\n- `axios` + `@tanstack/react-query` -\u003e server state management + data fetching (the only reason I use axios is because it supports upload progress)\n- `zod` -\u003e runtime schema validation\n- `@iconify-icon/react` -\u003e SVG icon on demand\n- `react-hook-form` -\u003e form management\n- `zustand` -\u003e performant global state\n- `@mantine/core` + `@mantine/notifications` + `@mantine/dates` + `@mantine/spotlight` + `@mantine/carousel` -\u003e adaptive, accessible and robust styled UI components for rapid prototyping\n- `typesafe-i18n` -\u003e i18n, supports for \"en\" \u0026 \"id\" locales\n- `type-fest` -\u003e collection of useful type helpers\n- `@mantine/hooks` -\u003e collection of useful react custom hooks\n- `@rifandani/nxact-yutiriti` -\u003e collection of useful utils\n- `dayjs` -\u003e collection of useful date utils (required if when we use `@mantine/dates`)\n- `firebase` + `reactfire` -\u003e fullstack capability using firebase free services such as firestore, storage, realtime database, auth, remote config, hosting, and firebase emulator suite.\n- `vite-plugin-pwa` + `@vite-pwa/assets-generator` + `@rollup/plugin-replace` + `https-localhost` + `workbox-core` + `workbox-precaching` + `workbox-routing` + `workbox-window` -\u003e Progressive Web App (PWA)\n\n## Development\n\nRename `.env.development.example` to `.env.development`.\nRename `.env.production.example` to `.env.production`.\n\nWe use firebase free services to accelerate the short development. We also running firebase emulators suite UI in development. Currently we only use free services such as: \"firestore\", \"storage\", \"database\", and \"auth\". Paid services such as: \"functions\", \"pubsub\" and \"eventarc\" are not included.\n\nWhen we start firebase emulator, it will try to import the seed data from `./firebase-data` folder. And when we stop the server, it will try to update \u0026 export your latest data to `./firebase-data` folder.\n\nTo start, install and then run the app.\n\n```bash\n# install deps\n$ pnpm install\n\n# running firebase emulators concurrently with the app seems to not work correctly\n# so we need to run it in separate terminal\n\n# Runs the app with PWA + sync with i18n changes\n$ pnpm on:dev\n# Runs the firebase emulator in another terminal\n$ pnpm emu:start\n```\n\n## Build\n\n```bash\n# build app in \"production\" mode\n$ pnpm build\n```\n\n## Start\n\nPWA relies on [https-localhost](https://github.com/daquinoaldo/https-localhost) to serve the dist files on https://localhost/.\nPlease refer to it's docs for the steps to setup your local environment.\n\n```bash\n# build and serve using https\npnpm start\n```\n\nOpen up https://localhost/, then restart the server, you will see a notification ask you to restart reload the offline content.\n\n## Deployment\n\nWe supports deployment to Vercel and Firebase Hosting. We recommends using firebase hosting.\nCheck out `firebase.json` for Firebase Hosting. Check out `vercel.json` for Vercel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frifandani%2Freact-hackathon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frifandani%2Freact-hackathon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frifandani%2Freact-hackathon/lists"}