A sleek and animated landing page inspired by the CocaCola brand, built with React.js, Tailwind CSS, and Framer Motion. This project emphasizes visual storytelling, smooth transitions, and modern UI design.
- 🖥️ Fully responsive and mobile-friendly
- ⚡ Fast performance with Vite and React
- 🎨 Clean and CocaCola-themed UI using Tailwind CSS
- 🧩 Modular and reusable component structure
- ✨ Smooth animations and transitions with Framer Motion
- 🎬 Interactive hover effects and scroll animations
cocaCola-react/
├── public/
├── src/
│ └── assets/
│ ├── components/
│ ├── pages/
│ ├── App.jsx
│ └── main.jsx
├── tailwind.config.js
├── postcss.config.js
├── index.html
└── package.json
Clone the repository and install dependencies:
git clone https://github.com/dev-debabrata/cocaCola-react.git
cd cocaCola-react
npm install
npm run dev
