2024-08-27.15-44-55.mp4
Presenting a Patreon clone which is a crowdfunding website where you can pay money to your favorite creator as appreciation and get their projects funded. This project is built using Next.js, Tailwind CSS.
User authentication is handled by Auth.js
The beauty of file based routing is used here.
MongoDB is used here for storing user data.
You can run this in the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Inter, a custom Google Font.