https://github.com/badiniibrahim/react-app-tailwindcss-tanstack-query
The repository is dedicated to Tanstack Query a simple and effective solution to synchronize data between the front and back and offers features that make the developer's life easier and improve the user experience.
https://github.com/badiniibrahim/react-app-tailwindcss-tanstack-query
i18n-react i18next jest-tests react storybook tailwindcss tanstack-query testing-library typescript
Last synced: 2 months ago
JSON representation
The repository is dedicated to Tanstack Query a simple and effective solution to synchronize data between the front and back and offers features that make the developer's life easier and improve the user experience.
- Host: GitHub
- URL: https://github.com/badiniibrahim/react-app-tailwindcss-tanstack-query
- Owner: badiniibrahim
- Created: 2023-11-07T22:58:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T11:12:39.000Z (over 2 years ago)
- Last Synced: 2025-09-11T03:15:34.574Z (9 months ago)
- Topics: i18n-react, i18next, jest-tests, react, storybook, tailwindcss, tanstack-query, testing-library, typescript
- Language: TypeScript
- Homepage: https://react-app-tailwindcss-tanstack-query.vercel.app
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy server state with Tanstack Query (React Query)
The repository is dedicated to Tanstack Query a simple and effective solution to synchronize data between the front and back and offers features that make the developer's life easier and improve the user experience.
SAWADOGO Badini Ibrahim
[](https://github.com/badiniibrahim)
[](mailto:sawadogo.badiniibrahim@gmail.com)
[](https://www.linkedin.com/in/badini-ibrahim-s-306b119b/)
## About this Repository




### [LiveSite](https://react-app-tailwindcss-tanstack-query-d2xzmdkwf.vercel.app/)

## Technologies
- React.js
- Beautiful layouts with TailwindCSS
- Tanstack Query
- Storybook
- React testing library
## 👨💻 Getting Started
### Prerequisites
```shell
brew install nvm
```
```shell
nvm install v17.4.0
```
```shell
npm install --global yarn
```
## :running: Run Locally
Clone the project
```bash
git clone https://github.com/badiniibrahim/react-app-tailwindcss-tanstack-query.git
```
## Installation
```bash
$ yarn install
```
### Testing
#### Unit / Integration tests
Launch the test runner in the interactive watch mode:
```shell
yarn test
```