✨ Live Demo: https://beehive-two-eta.vercel.app ✨
Beehive is a fully responsive landing page for a fictional SaaS collaboration platform. This project was built from scratch as a portfolio piece to showcase modern frontend development skills, including a reusable component architecture, responsive design, and subtle animations.
- Fully Responsive Design: Adapts seamlessly to mobile, tablet, and desktop screens.
- Smooth Animations: Built with
Framer Motionto provide smooth, on-scroll entrance animations for each section. - Active Section Highlighting: The navigation bar intelligently highlights the active link based on the user's scroll position, built with
react-intersection-observer. - Reusable Components: A scalable architecture using atomic design principles for UI elements.
- Modern Tech Stack: Built with the latest industry-standard tools.
To get a local copy up and running, follow these simple steps.
- Node.js (v18 or later)
- npm
- Clone the repository:
git clone https://github.com/lautarocristiani/beehive-landing.git
- Install NPM packages:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
