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.
- 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.
-
Clone the repository:
git clone <repository-url>
-
Install dependencies:
npm install
-
Start the development server:
npm run dev