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
- Host: GitHub
- URL: https://github.com/dsoaress/react-query-example
- Owner: dsoaress
- Created: 2022-01-28T01:43:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-30T20:43:45.000Z (over 4 years ago)
- Last Synced: 2025-02-03T20:08:00.317Z (over 1 year ago)
- Topics: chakra, json-server, react, react-query, typescript, vite
- Language: TypeScript
- Homepage: https://university-app.dsoares.me
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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