https://github.com/yogyy/burungbiru
social app
https://github.com/yogyy/burungbiru
burbir cloudinary nextjs shadcn-ui social-media sonner t3-stack tailwindcss tanstack-react-query trpc twitter zod
Last synced: 7 months ago
JSON representation
social app
- Host: GitHub
- URL: https://github.com/yogyy/burungbiru
- Owner: yogyy
- License: mit
- Created: 2023-03-23T14:36:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T17:03:09.000Z (7 months ago)
- Last Synced: 2025-08-16T19:03:13.927Z (7 months ago)
- Topics: burbir, cloudinary, nextjs, shadcn-ui, social-media, sonner, t3-stack, tailwindcss, tanstack-react-query, trpc, twitter, zod
- Language: TypeScript
- Homepage: https://burungbiru.vercel.app
- Size: 1.41 MB
- Stars: 49
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcnui - Github
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/)
- [better-auth](https://www.better-auth.com/)
- [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).