Daily History App

Daily History App

Daily History is a Next.js 15 app that fetches historical events for the current day using an external API. Users can browse, paginate, and favorite events from history, with optional thumbnails for visual context. The app is styled with Tailwind CSS and features dark/light mode support via next-themes. State management is handled client-side, with persistent favorites stored in localStorage. This project showcases API integration, responsive design, dynamic routing, and real-time UI updates.