Skip to content

Latest commit

 

History

History
129 lines (89 loc) · 2.76 KB

File metadata and controls

129 lines (89 loc) · 2.76 KB

Git Trace

Discover, track, and bookmark GitHub repositories and issues.

Live Demo


Overview

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.

Features

  • 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

Featured In

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.

Tech Stack

Frontend

  • Next.js
  • React
  • Tailwind CSS

Backend

  • GitHub API
  • Prisma ORM
  • Neon Database
  • Next.js API Routes

Getting Started

Prerequisites

Before getting started, ensure you have:

  • Node.js 14+
  • npm

Installation

Clone the repository:

git clone https://github.com/rahulsainlll/git-trace.git
cd git-trace

Install dependencies:

npm install

Create environment variables:

cp .env.example .env

Start the development server:

npm run dev

Visit:

http://localhost:3000

Production Build

npm run build

Contributing

Contributions are welcome.

Please read the Contributing Guide before submitting issues or pull requests.

Star History

Star History Chart

Contributors

License

MIT