MEHEDI
All projects

Web App · 2025

E-Commerce Platform

A production e-commerce platform built with Next.js, TypeScript and Tailwind CSS, featuring server-rendered catalogue pages, cart state and Stripe checkout.

E-Commerce Platform interface - A modern e-commerce platform built with Next.js and Tailwind CSS.

Overview

A full storefront built around server-rendered catalogue pages so that every product URL is independently crawlable and cacheable. Product data is fetched at the server boundary, cart state lives on the client, and checkout hands off to Stripe.

What it does

  • Server-rendered product and category pages for fast first paint and clean indexable URLs
  • Cart and wishlist state persisted client-side and reconciled against server inventory on checkout
  • Stripe checkout with webhook-driven order fulfilment and idempotent event handling
  • Faceted search across category, price band and availability without a full page reload

Stack

Next.jsTypeScriptTailwind CSSPostgreSQLStripe

My role

Full stack developer

More Web App work

  • Blog Platform

    A minimal blog platform with markdown support.

  • Weather App

    A weather application with interactive maps and hourly forecasts.

  • Task Manager

    A productivity app for managing daily tasks and projects.