Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 720 Bytes

File metadata and controls

34 lines (24 loc) · 720 Bytes

React Query Demo

This demo is a simple example of how to use React Query to fetch data from an API and manipulate it in a React application.

Prerequisites

To run this demo, you need to have my Spring-JPAStreamer-Demo running on your local machine. You can find the repository here

Installation

  1. Clone the repository
  2. Run pnpm install
  3. Run pnpm run dev
  4. Open http://localhost:5173 in your browser
  5. Enjoy!

Features

  • Fetch data from an API
  • Display data
  • Edit data
  • Delete data
  • Add data

Technologies

  • React
  • React Query
  • React Router
  • Tailwind CSS
  • Vite

License

This project is provided as-is under the MIT License