Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogyy/burungbiru
Twitter clone built with T3 Stack ,Shadcn, Supabase, and Cloudinary
https://github.com/yogyy/burungbiru
burbir clone-app cloudinary nextjs react-hot-toast shadcn-ui social-media t3-stack tailwindcss trpc twitter zod
Last synced: 4 months ago
JSON representation
Twitter clone built with T3 Stack ,Shadcn, Supabase, and Cloudinary
- Host: GitHub
- URL: https://github.com/yogyy/burungbiru
- Owner: yogyy
- License: mit
- Created: 2023-03-23T14:36:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T11:54:51.000Z (4 months ago)
- Last Synced: 2024-09-27T12:42:42.753Z (4 months ago)
- Topics: burbir, clone-app, cloudinary, nextjs, react-hot-toast, shadcn-ui, social-media, t3-stack, tailwindcss, trpc, twitter, zod
- Language: TypeScript
- Homepage: https://burungbiru.vercel.app
- Size: 1.33 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burbir
## Overview
This web application is built using the T3 Stack, incorporating Next.js, Tailwind CSS, tRPC, TypeScript, Prisma, and Tanstack Query. It aims to provide a responsive and modern user experience.
## Table of Contents
- [T3 Stack Web Application](https://create.t3.gg/)
- [Overview](#overview)
- [Table of Contents](#table-of-contents)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies](#technologies)
- [Contributing](#contributing)
- [License](#license)## Features
- Authentication
- Create Post
- Add Image on Post
- Rate Limiting on Post and Reply## Installation
1. Clone the repository: `git clone https://github.com/yogyy/burungbiru.git burbir`
2. Navigate to the project directory: `cd burbir`
3. Install dependencies: `npm install`## Usage
```bash
cp .env.example .env
```## Technologies
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [tRPC](https://trpc.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [Prisma](https://www.prisma.io/)
- [Clerk](https://clerk.dev/)
- [Tanstack Query](https://tanstack.com/docs/overview)## Contributing
1. Fork the repository.
2. Create a new branch: `git checkout -b feature-name`
3. Commit your changes: `git commit -m 'Add new feature'`
4. Push to the branch: `git push origin feature-name`
5. Open a pull request.## License
This project is licensed under the [MIT License](LICENSE).