Skip to content

shadatr/media-mingle

Repository files navigation

MediaMingle

MediaMingle is my Twitter-inspired project, featuring posting, commenting, liking, following, messaging, and authentication functionalities. It highlights my skills in frontend development, user interaction, and real-time updates using Supabase.

Technologies Used

  • React: Utilized for building the user interface and managing state.
  • TypeScript: Ensured type safety and improved code maintainability.
  • Tailwind CSS: Used for styling the application with a utility-first approach.
  • Real-time Supabase: Leveraged for real-time updates and database functionalities.
  • Next.js: Employed for server-rendering and routing in the application.

Usage

Running Locally

  1. Clone the repository:

    git clone <repository-url>
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev