I built a clone of the Reddit project which is an social news aggregation, content rating and discussion website. The project includes features like adding posts, comments, voting, selecting communities, as well as search and filter functions. I built the project using Next.js and used SSG, CSR and ISR techniques to render pages.
Backend side has been implemented by a simple Wordpress website using a customized plugin to handle Restful APIs. I implemented ISR revalidation every 5 minutes, and I ignored SSR to reduce the load on the lightweight server. Demo Link




