Git Trace is an open-source application designed to help developers discover, explore, and organize GitHub repositories and issues. It provides a simple interface for searching projects, tracking issues, and bookmarking important repositories for future reference.
Whether you're exploring open-source projects or managing repositories you actively contribute to, Git Trace makes it easier to stay organized.
- Search GitHub repositories by owner or repository name
- Browse and explore repository issues
- Bookmark repositories and issues for quick access
- User authentication and personalized saved collections
- Responsive and intuitive user interface
| Event | Description |
|---|---|
| GirlScript Summer of Code Ext 2024 | A one-month open-source program organized by the GirlScript Foundation. |
| Hacktoberfest 2024 | Annual celebration of open-source software encouraging contributions worldwide. |
- Next.js
- React
- Tailwind CSS
- GitHub API
- Prisma ORM
- Neon Database
- Next.js API Routes
Before getting started, ensure you have:
- Node.js 14+
- npm
Clone the repository:
git clone https://github.com/rahulsainlll/git-trace.git
cd git-traceInstall dependencies:
npm installCreate environment variables:
cp .env.example .envStart the development server:
npm run devVisit:
http://localhost:3000
npm run buildContributions are welcome.
Please read the Contributing Guide before submitting issues or pull requests.
MIT