Sharing all my projects
This one is CoSnippet. It's a social platform where users can share/save their code snippets publicly or privately (like GitHub Gist).
Tech Stack: Next.js, TypeScript, PostgreSQL, Prisma, NextUI, Google Auth
Sharing all my projects
This one is RepoVerifier. It lets users verify if a GitHub repository has been copied from another GitHub repo. Users enter the repo name, select specific files or all files, and the tool scans across all GitHub repositories. If matches are found, it returns the source repo URL and file URLs.
I built this tool for my college hackathon so organizers can verify submissions.
Tech stack: Next.js, Shadcn, GitHub API