Skip to content
/ Gitstat Public

A simple tool that fetches your github stats.

Notifications You must be signed in to change notification settings

AUS616/Gitstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitstat📈

A simple tool that fetches GitHub stats and displays them. Currently, it includes the following features:

  • Profile Card: Displays basic information about the user, such as their avatar, name, bio, and followers.

  • Repositories: Lists the user's repositories with essential details like name, description, and stars.

This project is a work in progress, and more features will be added soon! Contributions are welcome. The ui used is.

Tech stack 🛠️

Flask TailwindCSS HTML5

Screenshots

Home Screen result

Build

  1. Clone the Repository:
    git clone https://github.com/AUS616/Gitstat.git
  2. Navigate to the Project Directory:
    cd Gitstat
  3. Create & activate the Virtual Environment:
    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`       
    
  4. Install Dependencies:
    pip install -r requirements.txt
  5. Run the Application :
    flask --app app run

About

A simple tool that fetches your github stats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published