Frontend

This directory contains the client-side code for the Tweet Metrics Tracker application.

Structure

  • index.html - Main HTML template
  • app.js - Frontend JavaScript application
  • style.css - Custom CSS styles

Features

  • Display tweets in a responsive layout
  • Search tweets by keyword
  • Fetch tweets for specific users
  • View top tweets by engagement
  • View metrics history for individual tweets with charts
  • Pagination for loading more tweets

Dependencies

  • Tailwind CSS for styling
  • Chart.js for metrics visualization