/fredit

A fullstack reddit clone created with Next JS 13, Typescript, Prisma, Next Auth, Tailwind CSS.

Primary LanguageTypeScript

Freddit (under development)

A fullstack Reddit clone built with Next JS 13, Prisma, TypeScript, and Tailwind CSS.

Features

  • Setup
  • User authentication
  • Creating & joining subreddits
  • Create posts
  • Displaying posts in feed & optimizations
  • Upvote/downvote posts
  • Create & voting for comments
  • Search bar
  • Deployment

Installation

  npm install
  

Run Locally

Clone the project

  git clone https://github.com/pawan67/freddit

Go to the project directory

  cd freddit

Install dependencies

  npm install

Start the server

  npm run dev

Demo Link

(Under Development)

Tech Stack

Client: Next Js 13, TailwindCSS, ShadcnUI, Typescript

Server: Prisma, Next Js routes

Screenshots

Create Subreddit Subreddit Page