An open API service indexing awesome lists of open source software.

https://github.com/dsoaress/react-query-example

This application is a practical demonstration of the power of React Query
https://github.com/dsoaress/react-query-example

chakra json-server react react-query typescript vite

Last synced: 2 months ago
JSON representation

This application is a practical demonstration of the power of React Query

Awesome Lists containing this project

README

          

# React Query University app

This application is a practical demonstration of the power of [React Query](https://react-query.tanstack.com).

## Features

- Cache of requests with [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API)
- Prefecting
- Authentication with JWT

## Demo

[Link to demo](https://university-app.dsoares.me)

- User: admin@admin.com
- Pass: 12345678

## Run Locally

Clone the project

```bash
git clone https://github.com/dsoaress/react-query-example.git
```

Go to the project directory

```bash
cd react-query-example
```

Install dependencies

```bash
yarn install
```

Start the app in development mode

```bash
yarn dev
```

## Tech Stack

**Client:** React, React-query, Chakra-ui, Vite

**Server:** Json-server, Json-server-auth, faker.js