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.
- 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
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Ashesh3/github-activity-report.git
- Change the directory to the project folder:
cd github-activity-report
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000 ↗ to view the app.
- Enter your GitHub username and the time range for which you want to generate the report.
- Click the "Generate Report" button.
- Review your GitHub activity, including pull requests, issues, and commits.
- Edit the generated EOD update text as needed.
- Share your EOD update with your team or save it for your records.
Contributions are welcome! Feel free to submit a pull request or open an issue for any bugs or feature requests.
This project is licensed under the MIT License. See the LICENSE file for more information.