MotionPods is a visually stunning, responsive homepage design for an AirPods product website. Built with React, TailwindCSS, and Framer Motion, this project showcases smooth animations and an engaging user experience. The design is fully responsive, ensuring that it looks great on any device.
You can view a live demo of the project here.
Watch a video walkthrough of the project on Loom: MotionPods Video Overview
Follow these steps to set up the project locally:
Clone the Repository:
git clone https://github.com/your-username/motionpods.git
cd motionpods
Install Dependencies:
npm install
Start the Development Server:
npm start
The project will run at http://localhost:3000
.
Once the development server is running, you can interact with the website's features directly in your browser. Explore the smooth animations and responsive design by resizing your browser window or accessing the site from different devices.
motionpods/
├── public/
│ └── index.html
├── src/
│ ├── assets/
│ │ └── # Image and media files
│ ├── components/
│ │ ├── Navbar.jsx
│ │ ├── Hero.jsx
│ │ └── # Other components
│ ├── data/
│ │ └── MockData.js
│ ├── utility/
│ │ └── animation.js
│ ├── App.js
│ ├── index.js
│ └── # Additional files
├── tailwind.config.js
├── package.json
└── README.md
Contributions are welcome! If you'd like to contribute, please follow these steps:
git checkout -b feature-branch
).git commit -m 'Add new feature'
).git push origin feature-branch
).This project is licensed under the MIT License - see the LICENSE file for details.