Skip to content

Animations repository with two projects. One using vanilla javascript and another using react.

Notifications You must be signed in to change notification settings

adrianodev97/Animations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animations Repository

Home View Animation Example

Welcome to the Animations Repository, where you will find two distinct animation projects:

  1. Vanilla Animations (Demo): A pure JavaScript, Html and css implementation of animations.
  2. React Componentized Animations (Demo): A React-based project where animations are componentized for better reusability and structure.

Running the Projects

  1. Clone the repository:
    git clone https://github.com/adrianodev97/Animations.git

Vanilla Animations

  1. Navigate to the Vanilla folder:

    cd Animations/vanilla-animations
  2. Open index.html in your preferred browser or use a simple server:

    • Example using Live Server vscode plugin

React Animations

  1. Navigate to the React folder:

    cd Animations/react-animations
  2. Install the dependencies:

    bun install
  3. Run the project:

    bun dev

About

Animations repository with two projects. One using vanilla javascript and another using react.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published