The Follower and Following Tracker is a React application designed to help users analyze their GitHub followers and following statistics. This tool provides insights into user engagement, allowing you to track who is learning daily through your GitHub activity. It aggregates data from your GitHub account, offering a comprehensive view of your follower dynamics.
- Follower Analysis: Get detailed statistics about your followers.
- Following Insights: Track who you are following and their activity.
- Daily Learning Tracking: Analyze daily learning patterns of your followers.
- Data Visualization: Visual representations of follower trends and statistics.
- Frontend: React
- State Management: Redux
- Data Fetching: Axios
- Styling: CSS/Sass
- Visualization: Chart.js or D3.js
Before you begin, ensure you have the following installed:
This project uses the following environment variables:
Name | Description | Default Value |
---|---|---|
CORS | Cors accepted values | "*" |
- Clone the repository
git clone https://github.com/Yashchauhan008/github_tracker.git
- Install dependencies
cd github_tracker
npm install
- Build and run the project
node app.js
Navigate to http://localhost:8001
After starting the application, log in with your GitHub account to access your follower and following statistics. The dashboard will display various metrics and visualizations based on your GitHub activity.
- Add more detailed analytics features.
- Implement notifications for follower activity.
- Enhance UI/UX for better user experience.
Your Name - @your_twitter_handle - yashchauhan1775@gmail.com
Project Link: Follower Tracker GitHub Repository