An open API service indexing awesome lists of open source software.

https://github.com/tomdoestech/t3-twitter-clone


https://github.com/tomdoestech/t3-twitter-clone

Last synced: 7 months ago
JSON representation

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