Skip to content

Latest commit

Β 

History

History
24 lines (17 loc) Β· 818 Bytes

File metadata and controls

24 lines (17 loc) Β· 818 Bytes

πŸ“ Medium Clone

A full-stack Medium.com clone β€” a modern blogging platform built with a performant tech stack. Users can register, log in, write blog posts, read articles and just like Medium.

πŸš€ Tech Stack

Frontend

  • React.js – Component-based UI
  • Tailwind CSS – Utility-first CSS framework
  • Axios / Fetch API – To communicate with the backend

Backend

  • Cloudflare Workers using Hono.js – Lightweight and fast server-side framework for serverless environments
  • PostgreSQL – Relational database
  • Prisma ORM – Type-safe database client for interacting with PostgreSQL

✨ Features

  • User authentication (Sign Up / Log In)
  • Create, edit, and delete articles
  • View all articles or a single article
  • Responsive UI
  • Clean and performant API