A powerful web application built with the T3 stack. This platform mirrors the core functionalities of Reddit, offering a seamless user experience for content creation, discussion, and community engagement.
This application requires Node.js v16.13+.
git clone https://github.com/nabarvn/reddit-like.git
cd reddit-like
npm install
npm run dev
Learned a ton while building this project. All thanks to Josh for the next level (no pun intended) tutorial!