Skip to content

warmachine028/react-query-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

updated on: 23rd December 2024, Monday
react-query-demo

A react query demo CRUD application using vite/shadcn

GitHub forks

line

Table of Contents

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
$> cd client
$> bun i       # install all packages
$> bun dev # run the frontend
  1. Run the following commands for running server (backEnd)
$> 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

React React Query TailwindCSS Framer TypeScript Radix UI shadcn/ui Vite Elysia React Router Zustand Bun line

Preview

preview

line

Best Contributors

line

License

Pritam Kundu, 2024

line

Thank you, everyone 💚

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages