GitStash is a MERN-based web application that provides users with detailed GitHub statistics. It features GitHub authentication, a sleek UI powered by Tailwind CSS, and the ability to generate and download a JPG file of the stats.
Clone the repository:
git clone https://github.com/yourusername/gitstash.git
Navigate to the project directory:
cd gitstash
Install dependencies:
npm install
Set up environment variables in a .env
file:
GITHUB_CLIENT_ID=your_client_id
GITHUB_CLIENT_SECRET=your_client_secret
MONGO_URI=your_mongodb_uri
JWT_SECRET=your_jwt_secret
Start the development server:
npm start
Check out the live version of GitStash: GitStash
Pull requests are welcome! Feel free to open an issue for feature requests or bug reports.
This project is licensed under the MIT License.