{"id":17777169,"url":"https://github.com/warmachine028/react-query-demo","last_synced_at":"2025-08-12T15:30:48.629Z","repository":{"id":259290022,"uuid":"877504495","full_name":"warmachine028/react-query-demo","owner":"warmachine028","description":"A react query demo CRUD application using vite/shadcn","archived":false,"fork":false,"pushed_at":"2024-12-10T09:24:10.000Z","size":2835,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-10T10:26:41.419Z","etag":null,"topics":["bun","dummy-json","elysiajs","picsum","react","react-query","shadcn-ui","vite","zustand"],"latest_commit_sha":null,"homepage":"https://react-query-demoo.vercel.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/warmachine028.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-10-23T19:03:29.000Z","updated_at":"2024-12-10T09:24:06.000Z","dependencies_parsed_at":"2024-10-24T05:23:33.571Z","dependency_job_id":"d130a0d1-7c4f-4440-aae2-d525ad1cc648","html_url":"https://github.com/warmachine028/react-query-demo","commit_stats":{"total_commits":43,"total_committers":3,"mean_commits":"14.333333333333334","dds":0.06976744186046513,"last_synced_commit":"a4573d5a8b60f011f31052005d278dce230277a7"},"previous_names":["warmachine028/react-query-demo"],"tags_count":0,"template":false,"template_full_name":"warmachine028/github-super-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Freact-query-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Freact-query-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Freact-query-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warmachine028%2Freact-query-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warmachine028","download_url":"https://codeload.github.com/warmachine028/react-query-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229691777,"owners_count":18108500,"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","dummy-json","elysiajs","picsum","react","react-query","shadcn-ui","vite","zustand"],"created_at":"2024-10-26T23:05:21.804Z","updated_at":"2025-08-12T15:30:48.538Z","avatar_url":"https://github.com/warmachine028.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"    updated on: 05th August 2025, Tuesday\n\n\u003cdiv align=center\u003e\n    \u003ca href=\"https://github.com/warmachine028/react-query-demo\"\u003e\n        \u003cimg width=\"200\" src=\"https://query.gg/favicon.png\" alt=\"react-query-demo\"\u003e\n    \u003c/a\u003e\n    \u003cp style=\"font-family: roboto, calibri; font-size:12pt; font-style:italic\"\u003e A react query demo CRUD application using vite/shadcn \u003c/p\u003e\n    \u003ca src=\"https://github.com/warmachine028/react-query-demo/forks\"\u003e\n        \u003cimg alt=\"GitHub forks\" src=\"https://img.shields.io/github/forks/warmachine028/react-query-demo\"\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n# [React Query Demo](https://github.com/warmachine028/react-query-demo)\n\n![line]\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Installation](#installation-guide)\n- [Tech Stack Used](#tech-stack-used)\n- [Preview](#preview)\n- [Best Contributors](#best-contributors)\n- [License](#license)\n\n![line]\n\n## Introduction\n\n- A Vite-based CRUD application utilizing React Query for efficient data fetching and management, supporting Create, Read, Update, and Delete operations.\n- Styled with Shadcn, it features a responsive, clean UI ideal for dynamic data-driven applications.\n\n![line]\n\n## Installation Guide\n\n  1. Download Bun\n  2. Run the following commands for running client (frontEnd)\n  3. set up `.env` with the help of `.env.example` file in client\n```sh\n$\u003e cd client\n$\u003e bun i       # install all packages\n$\u003e bun dev # run the frontend\n```\n  3. Run the following commands for running server (backEnd)\n```sh\n$\u003e cd server\n$\u003e bun i       # install all packages\n$\u003e bun dev   # run the backEnd\n```\n\n## Tech Stack Used\n- **Frontend:** React, React Query\n- **Styling:** Radix UI, Shadcn UI, TailwindCSS\n- **State Management:** Zustand\n- **Backend:** Elysia\n- **Package Manager:** Bun\n- **Deployment:** Vercel\n\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![React Query](https://img.shields.io/badge/-React%20Query-FF4154?style=for-the-badge\u0026logo=react%20query\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Framer](https://img.shields.io/badge/Framer-black?style=for-the-badge\u0026logo=framer\u0026logoColor=blue)\n![TypeScript](https://img.shields.io/badge/typescript-white?style=for-the-badge\u0026logo=typescript\u0026logoColor=blue) \n![Radix UI](https://img.shields.io/badge/radix%20ui-161618.svg?style=for-the-badge\u0026logo=radix-ui\u0026logoColor=white) ![shadcn/ui](https://img.shields.io/badge/Shadcn/ui-black?style=for-the-badge\u0026logo=shadcnui\u0026logoColor=white) ![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white)\n![Elysia](https://img.shields.io/badge/elysia-%23000000.svg?style=for-the-badge\u0026logo=elysia\u0026logoColor=white) ![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge\u0026logo=react-router\u0026logoColor=white) ![Zustand](https://img.shields.io/badge/zustand-%23323330.svg?style=for-the-badge\u0026logo=zustand\u0026logoColor=%23F7DF1E)\n![Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=for-the-badge\u0026logo=bun\u0026logoColor=white) \n![line]\n\n## Preview\n\n\u003cpicture align=\"center\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\".github/preview-light.png\"\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\".github/preview-dark.png\"\u003e\n    \u003cimg src=\".github/preview-light.png\" alt=\"preview\"\u003e\n\u003c/picture\u003e\n\n![line]\n\n## Best Contributors\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/warmachine028/react-query-demo/graphs/contributors\"\u003e\n        \u003cimg src=\"https://contrib.rocks/image?repo=warmachine028/react-query-demo\" alt=\"contributors\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n![line]\n\n## License\n\n- See [LICENSE]\n\n**Pritam Kundu, 2024**\n\n![line]\n\n## Thank you, everyone 💚\n\n[icons]: https://icons8.com\n[markdown-badges]: https://github.com/Ileriayo/markdown-badges\n[custom-icons]: https://simpleicons.org\n[line]: https://user-images.githubusercontent.com/75939390/137615281-3a875960-92cc-407f-97fe-fd2319bdb252.png\n[License]: https://github.com/warmachine028/react-query-demo/blob/main/LICENSE\n\n\u003c!-- 05/08/25 --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarmachine028%2Freact-query-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarmachine028%2Freact-query-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarmachine028%2Freact-query-demo/lists"}