{"id":14987542,"url":"https://github.com/tanishqmanuja/todos-react-elysia","last_synced_at":"2025-08-21T10:32:09.813Z","repository":{"id":218535769,"uuid":"695514607","full_name":"tanishqmanuja/todos-react-elysia","owner":"tanishqmanuja","description":"📑 A fullstack todos app built with react and elysia using bunJS.","archived":false,"fork":false,"pushed_at":"2024-08-31T14:52:17.000Z","size":1424,"stargazers_count":49,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-09T05:42:54.026Z","etag":null,"topics":["bun","drizzle-orm","elysia","react","sqlite","tailwind","zustand"],"latest_commit_sha":null,"homepage":"","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/tanishqmanuja.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-09-23T12:28:01.000Z","updated_at":"2024-12-05T12:24:10.000Z","dependencies_parsed_at":"2024-08-27T06:41:56.279Z","dependency_job_id":"91694db3-ec6b-4255-8502-854ee4023f3e","html_url":"https://github.com/tanishqmanuja/todos-react-elysia","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"f5f51324f94bee2f2f129bc1363bb59f2390a91b"},"previous_names":["tanishqmanuja/todos-react-elysia"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Ftodos-react-elysia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Ftodos-react-elysia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Ftodos-react-elysia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tanishqmanuja%2Ftodos-react-elysia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tanishqmanuja","download_url":"https://codeload.github.com/tanishqmanuja/todos-react-elysia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230507051,"owners_count":18236944,"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":["bun","drizzle-orm","elysia","react","sqlite","tailwind","zustand"],"created_at":"2024-09-24T14:14:54.605Z","updated_at":"2025-08-21T10:32:09.795Z","avatar_url":"https://github.com/tanishqmanuja.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![Logo](https://raw.github.com/tanishqmanuja/static/main/banners/todos-react-elysia.webp?maxAge=2592000)\n\n# Todos App (React + ElysiaJS)\n\nA simple starter fullstack todos app built with React and ElysiaJS using bunJS. This project is purposefully kept minimal so that it can be used as a starting point for beginners-intermediate level developers.\n\n## 💻 Client\n\nUses the following tech stack.\n\n- Web Framework: [React](https://react.dev)\n- State Management: [Zustand](https://github.com/pmndrs/zustand)\n- Styling: [TailwindCSS](https://tailwindcss.com)\n- Icons: [Lucide Icons](https://lucide.dev)\n- Toasts: [Sonner](https://sonner.emilkowal.ski/)\n- Tooling: [Vite](https://vitejs.dev), [Bun](https://bun.sh)\n\n\n## 🌐 Server\n\nUses the following tech stack.\n\n- Runtime: [Bun](https://bun.sh)\n- Server Framework: [Elysia](https://elysiajs.com)\n- DB: [SQlite](https://sqlite.org) (libsql client)\n- ORM: [Drizzle](https://orm.drizzle.team)\n- Validation: [Typebox](https://github.com/sinclairzx81/typebox)\n\n## 🪄 Other Goodies\n\n- Formatting: [BiomeJS](https://biomejs.dev)\n- Linting: [BiomeJS](https://biomejs.dev)\n- Build System: [Turbo](https://turbo.build)\n- Monorepo Management: [Bun Workspaces](https://bun.sh/docs/install/workspaces)\n\n## 🚀 Usage\n\n### 📦 Installing Dependencies\n\nRun this command from the root directory.\n\n```sh\nbun install\n```\n\n### 🟣 Starting Backend\n\nTo start elysia server, run this command from the **./server** directory.\n\n```sh\nbun run dev\n```\n\nIf this is your first time running the server, you'll need to generate the db file with this command.\n\n```sh\nbun run db:push\n```\n\n### 🔵 Starting Frontend\n\nTo start vite dev server, run this command from the **./client** directory.\n\n```sh\nbun run dev\n```\n\nYes, run both at the same time, its that simple !!!\n\nhttps://github.com/tanishqmanuja/todos-react-elysia/assets/40914272/42b085bc-93c1-47f0-a361-c2d940121619\n\n## 🍀 Show your Support\n\nGive a ⭐️ if this project helped you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Ftodos-react-elysia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanishqmanuja%2Ftodos-react-elysia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishqmanuja%2Ftodos-react-elysia/lists"}