A web application that allows users to visualize and analyze their YouTube watch history.
- Import YouTube history data from Google Takeout
- Visualize watching patterns and trends
- Filter and search through watch history
- Generate insights about most-watched channels and categories
- Track time spent watching different types of content
# Clone the repository
git clone https://github.com/ronething/yt-history.git
cd yt-history
# Install dependencies
pnpm install
# Start the development server
pnpm dev
- Export your YouTube history data from Google Takeout
- Import the JSON file into the application
- Explore your personalized YouTube analytics dashboard
- Frontend: React/Next.js
- Styling: Tailwind CSS
- Data Visualization: Recharts
- State Management: React Context API