Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 880 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 880 Bytes

Curiouscat Clone

  • 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).

image


  • 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.