This is a social media clone built using Next.js, Tailwind CSS, and Supabase, with a focus on the anime community. The project allows anime lovers to connect with each other, share their favorite anime content, and participate in discussions.
- User authentication and authorization using Supabase.
- User profile pages with customizable avatars, bios, and interests.
- Ability to create, edit, and delete posts, comments, and reactions.
- Real-time updates using Supabase subscriptions.
- Search functionality to find anime content and other users.
- Responsive design with Tailwind CSS.
- Next.js - A React-based web framework for building server-side rendered and static websites.
- Tailwind CSS - A utility-first CSS framework for rapid UI development.
- Supabase - An open-source alternative to Firebase for building backend services and APIs.
- PostgreSQL - A powerful, open-source relational database management system.
- Clone the repository and navigate to the project directory.
- Install dependencies using
npm installoryarn. - Create a
.env.localfile in the root directory and add your Supabase API keys and credentials. - Run the development server using
npm run devoryarn dev.
Contributions are welcome and appreciated! Feel free to submit pull requests or open issues for any bugs or feature requests.
This project is licensed under the MIT License.