Gitlytics is a web tool for analyzing GitHub profiles in a simple and visual way. āØ
Whether you want to analyze your own profile or explore other developers', Gitlytics provides a clear and organized view of key information. š
Create a .env
file in the root directory and add your GitHub Access Token:
VITE_GITHUB_ACCESS_TOKEN=your_personal_access_token
# Clone this repository
git clone https://github.com/Ch1py7/Gitlytics.git
# Navigate into the project directory
cd Gitlytics
# Install pnpm globally if you haven't already
npm install -g pnpm
# Install dependencies
pnpm install
# Start the development server
pnpm dev
š / Project
āāā š src
ā āāā š main.tsx
ā āāā š App.tsx
ā āāā š index.css
ā āāā š components
ā āāā š graphql
ā āāā š hooks
ā āāā š pages
ā āāā š types
ā āāā š utils
āāā š package.json
āāā š README.md
āāā š LICENSE
Pull requests are welcome! Feel free to open an issue or submit a PR.
This project is licensed under the MIT License.