Welcome to the Animations Repository, where you will find two distinct animation projects:
- Vanilla Animations (Demo): A pure JavaScript, Html and css implementation of animations.
- React Componentized Animations (Demo): A React-based project where animations are componentized for better reusability and structure.
- Clone the repository:
git clone https://github.com/adrianodev97/Animations.git
-
Navigate to the Vanilla folder:
cd Animations/vanilla-animations -
Open index.html in your preferred browser or use a simple server:
- Example using Live Server vscode plugin
-
Navigate to the React folder:
cd Animations/react-animations -
Install the dependencies:
bun install
-
Run the project:
bun dev

