A clean and interactive web application to visualize and manage your Twitter follower growth data.
- 📊 Interactive Charts: Visualize follower growth with dual-axis charts showing new followers, unfollows, and total count
- 📅 Date Filtering: Filter data by date range with an intuitive calendar picker
- ✏️ Data Editing: Add, edit, or delete daily statistics directly in the UI
- 📁 CSV Import: Import your Twitter Analytics data from CSV files
- 🎨 Modern UI: Clean, dark-themed interface with responsive design
Prerequisites: Node.js (v18 or higher)
-
Install dependencies:
pnpm install # or npm install -
Run the development server:
pnpm dev # or npm run dev -
Open your browser and navigate to
http://localhost:5173
pnpm build
# or
npm run build- Visit analytics.x.com
- Select your desired date range
- Download the CSV file
- Click "Import CSV" in the app to load your data
- View your growth trends and edit data as needed
- React 19 with TypeScript
- Recharts for data visualization
- Tailwind CSS for styling
- Radix UI for accessible components
- date-fns for date handling
- Vite for build tooling

