- A simple App created as a Challenge using the T3 template as base.
- The motivation behind was to just test Zod and see how would be to parse things from another API (tbh I missed tRPC lol).
- You can see alive here and compare it to curiouscat.
- Stack:
- react.js / next.js / typescript
- @tanstack/react-query to handle infinite querie and cache.
- zod to validate and parse data / schemas from curiouscat API.
- tailwind to styles and curiouscat UI as base.
- react-infinite-scroll-component to consume the infinite scroll and make things simple for me.