Skip to content

fkozlicki/reddit-clone

Repository files navigation

Reddit clone app

Description

Repo of Reddit clone application, built with Next 13.
DEMO: https://redditv2.vercel.app/

Functionalities

  • Create account with email/google
  • Create/update/delete community
  • Create/read post
  • Create upvote/downvote to post/comment/reply
  • Create comment/reply
  • 1on1 chat (built with Subscriptions)

Features

  • Next.js 13 App router
  • Email/Google authentication
  • Infinite scrolls using cursor pagination
  • Light/Dark mode
  • Rich text editor
  • Optimistic UI
  • Responsive design
  • Storybook UI documentation
  • GraphQL Subscriptions

Preview

Feed Post
Feed Post
Profile Dark Mode
Profile Dark mode
Rich editor Lighthouse
Rich editor Accesibility - Background and foreground colors do not have a sufficient contrast ratio.
SEO - Lighthouse was unable to download a robots.txt file Lighthouse

Tech stack

  • Next.js 13 (Typescript)
  • GraphQL
  • Pothos GraphQL
  • Apollo Client
  • Prisma
  • PostgreSQL
  • TailwindCSS
  • Storybook
  • Next-Auth
  • Zod