Skip to content

Demo project as a playground for React Query with React + TypeScript and vite. Browse through artworks and descriptions

License

Notifications You must be signed in to change notification settings

jofaval/ui-query-art

Repository files navigation

Query art

Content

  1. Motivation
  2. API
    1. Docs
    2. Artworks
  3. Run it!
  4. Credits

Motivation

I wanted to try out React Query; typesafety and async state-management library feels like magic. Specially compared to other alternatives.

API

Docs

https://api.artic.edu/docs/#quick-start

Artworks

https://api.artic.edu/api/v1/artworks

Run it!

Download the repo locally

git clone https://github.com/jofaval/ui-query-art.git
cd ui-query-art

And install all the necessary packages

pnpm install # or npm install or yarn install

Credits

https://github.com/public-apis/public-apis#books.

Tanner Linsley (Tannstack's creator) and Theo Browne (the influencer/ceo that made me want to try react query so bad)

TODO

  • [] Implement scroll
  • [] Fix CI/CD build
  • [] Fix (intermediate value)(...) is undefined
  • [] Implement currently viewing status for artworks
  • [] Implement search
  • [] Implement pagination