Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterkibuchi/twitter-clone-2.0
Minimal Twitter Clone built off the T3 Stack.
https://github.com/peterkibuchi/twitter-clone-2.0
clerk nextjs prisma t3-stack tailwindcss trpc twitter-clone upstash zod
Last synced: about 2 months ago
JSON representation
Minimal Twitter Clone built off the T3 Stack.
- Host: GitHub
- URL: https://github.com/peterkibuchi/twitter-clone-2.0
- Owner: peterkibuchi
- Created: 2023-03-24T09:49:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T00:02:38.000Z (8 months ago)
- Last Synced: 2024-05-11T01:23:06.193Z (8 months ago)
- Topics: clerk, nextjs, prisma, t3-stack, tailwindcss, trpc, twitter-clone, upstash, zod
- Language: TypeScript
- Homepage: https://twitter-clone-pro.vercel.app
- Size: 933 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Clone
> Minimal Twitter Clone built off the [T3 Stack](https://create.t3.gg).
> Live demo [_here_](https://twitter-clone-pro.vercel.app).## Table of Contents
- [General Info](#general-information)
- [Technologies Used](#technologies-used)
- [Project Status](#project-status)
- [Acknowledgements](#acknowledgements)## General Information
- I undertook this project as a hands-on means of learning how to build complex real world applications with the [T3 Stack](https://create.t3.gg).
## Technologies Used
- [TypeScript](https://www.typescriptlang.org)
- [Next.js](https://nextjs.org)
- [Prisma](https://prisma.io)
- [Tailwind CSS](https://tailwindcss.com)
- [tRPC](https://trpc.io)## Project Status
Project is: _complete_.
## Acknowledgements
- This project was based on [this tutorial](https://youtu.be/YkOSUVzOAA4).