Skip to content

Ashesh3/github-activity

Repository files navigation

GitHub Activity Report

This is a simple End of Day (EOD) update generator that helps you create a summary of your GitHub activity. Built using Next.js, this app provides a clean and organized way to track your daily progress on GitHub.

image

Features

  • Generate EOD updates for your GitHub activity
  • Track pull requests created, issues created, issues assigned, and commits made
  • Quickly review your activity for the day or a specific time period

Getting Started

To run the project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Ashesh3/github-activity-report.git
  1. Change the directory to the project folder:
cd github-activity-report
  1. Install the dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:3000 ↗ to view the app.

Usage

  1. Enter your GitHub username and the time range for which you want to generate the report.
  2. Click the "Generate Report" button.
  3. Review your GitHub activity, including pull requests, issues, and commits.
  4. Edit the generated EOD update text as needed.
  5. Share your EOD update with your team or save it for your records.

Contributing

Contributions are welcome! Feel free to submit a pull request or open an issue for any bugs or feature requests.

License

This project is licensed under the MIT License. See the LICENSE file for more information.