https://github.com/tomdoestech/t3-twitter-clone
https://github.com/tomdoestech/t3-twitter-clone
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomdoestech/t3-twitter-clone
- Owner: TomDoesTech
- Created: 2022-11-28T21:07:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T05:28:15.000Z (over 3 years ago)
- Last Synced: 2025-07-14T14:04:39.050Z (10 months ago)
- Language: TypeScript
- Homepage: https://youtu.be/nzJsYJPCc80
- Size: 58.6 KB
- Stars: 41
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twit3r - A T3 Twitter clone
## What are we using?
* Next.js - React framework
* Tailwind CSS - CSS framework
* NextAuth - Authentication
* Prisma - Database ORM
* Crate T3 App - Bootstrap a T3 app
* Day.js - Date formatting
## Features
* Login with Discord
* Create a Tweet
* Like a Tweet
* Infinite scroll
## What will you learn
* Discord OAuth
* tRPC
* Cursor based pagination
* Invalidating queries
* Manually updating the cache
* Formatting dates with Day.js
* useMutation, useQuery & useInfiniteQuery