Welcome to the Framer Motion Animation Showcase repository! This project features a collection of animations implemented using Framer Motion, inspired by various tutorials and examples found on YouTube. The web page is designed to be user-friendly and visually appealing.
Check out the live demo of the project here.
- A variety of animations implemented using Framer Motion.
- User-friendly design for easy navigation.
- Responsive layout to ensure the showcase looks great on all devices.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/AJ1732/framer-motion-template.git
- Navigate to the project directory:
cd framer-motion-template
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:5173 to view it in the browser.
- React: A JavaScript library for building user interfaces.
- Framer Motion: A production-ready motion library for React.
- TailwindCSS: For styling the components.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Framer Motion Documentation
- Tom is Loading, Rithmic, Olivier Larose for the inspirational tutorials.
- React Documentation
- TailwindCSS