Demonstration of react-query library features using free MovieDB API
To use this demo you will need an account for MovieDB Api, you can register here.
Then add environment variable values in env.local
file:
VITE_MOVIE_DB_USERNAME=your_username
VITE_MOVIE_DB_PASSWORD=your_password
npm run dev
npx json-server ./src/db/json