A lightweight, componentized new tab page clone built with Vue.js and Nuxt. Features a functional search bar, quick-link icons, tabbed newsfeed navigation, and reusable components. Includes interaction tracking for tile visibility and clicks using IntersectionObserver.
This project recreates a simplified browser new tab experience using Vue.js and Nuxt. It includes:
Follow these steps to run the project locally:
npm install
npm run dev
npm run build
npm run preview
Make sure you have Node.js and npm installed on your machine.