1 min read

Instagram Clone (Next.js 13)

Table of Contents

[!NOTE] This is an old project of mine, maintained for archival purposes.

Overview

A modern take on Instagram using the latest Next.js features and headless UI components, emphasizing clean code and testability.

Tech Stack

  • Framework: Next.js
  • Language: TypeScript
  • Database: Drizzle ORM
  • Authentication: Clerk
  • Styling: Tailwind CSS, Shadcn UI
  • Testing: Jest, React Testing Library

Key Features

  • Responsive design using Tailwind CSS and Shadcn UI components.
  • Type-safe database management with Drizzle ORM.
  • Image optimization and public profile viewing.
  • Comprehensive testing setup with Jest.