https://github.com/warmachine028/react-query-demo
A react query demo CRUD application using vite/shadcn
https://github.com/warmachine028/react-query-demo
bun dummy-json elysiajs picsum react react-query shadcn-ui vite zustand
Last synced: 6 months ago
JSON representation
A react query demo CRUD application using vite/shadcn
- Host: GitHub
- URL: https://github.com/warmachine028/react-query-demo
- Owner: warmachine028
- License: mit
- Created: 2024-10-23T19:03:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T09:24:10.000Z (6 months ago)
- Last Synced: 2024-12-10T10:26:41.419Z (6 months ago)
- Topics: bun, dummy-json, elysiajs, picsum, react, react-query, shadcn-ui, vite, zustand
- Language: TypeScript
- Homepage: https://react-query-demoo.vercel.app
- Size: 2.7 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
updated on: 10th December 2024, Tuesday
# [React Query Demo](https://github.com/warmachine028/react-query-demo)
![line]
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation-guide)
- [Tech Stack Used](#tech-stack-used)
- [Preview](#preview)
- [Best Contributors](#best-contributors)
- [License](#license)![line]
## Introduction
- A Vite-based CRUD application utilizing React Query for efficient data fetching and management, supporting Create, Read, Update, and Delete operations.
- Styled with Shadcn, it features a responsive, clean UI ideal for dynamic data-driven applications.![line]
## Installation Guide
1. Download Bun
2. Run the following commands for running client (frontEnd)
3. set up `.env` with the help of `.env.example` file in client
```sh
$> cd client
$> bun i # install all packages
$> bun dev # run the frontend
```
3. Run the following commands for running server (backEnd)
```sh
$> cd server
$> bun i # install all packages
$> bun dev # run the backEnd
```## Tech Stack Used
- **Frontend:** React, React Query
- **Styling:** Radix UI, Shadcn UI, TailwindCSS
- **State Management:** Zustand
- **Backend:** Elysia
- **Package Manager:** Bun
- **Deployment:** Vercel




  
  

![line]## Preview
![line]
## Best Contributors
![line]
## License
- See [LICENSE]
**Pritam Kundu, 2024**
![line]
## Thank you, everyone 💚
[icons]: https://icons8.com
[markdown-badges]: https://github.com/Ileriayo/markdown-badges
[custom-icons]: https://simpleicons.org
[line]: https://user-images.githubusercontent.com/75939390/137615281-3a875960-92cc-407f-97fe-fd2319bdb252.png
[License]: https://github.com/warmachine028/react-query-demo/blob/main/LICENSE