Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenoliradev/curiouscat-clone
A curiouscat clone to a challenge that I saw at twitter
https://github.com/brenoliradev/curiouscat-clone
Last synced: 26 days ago
JSON representation
A curiouscat clone to a challenge that I saw at twitter
- Host: GitHub
- URL: https://github.com/brenoliradev/curiouscat-clone
- Owner: brenoliradev
- Created: 2023-02-28T18:09:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T13:58:09.000Z (over 1 year ago)
- Last Synced: 2024-04-30T02:27:43.392Z (8 months ago)
- Language: TypeScript
- Homepage: https://curiouscat-clone.vercel.app
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curiouscat Clone
- A simple App created as a [Challenge](https://twitter.com/zanfranceschi/status/1630207364405264385) using the [T3](https://create.t3.gg/) 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](https://curiouscat-clone.vercel.app/) and compare it to [curiouscat](https://curiouscat.live/brenoliradev).![image](https://user-images.githubusercontent.com/86065449/222268663-3a1939ff-ba1f-47df-8716-161a76f6c23b.png)
---
- 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.