Skip to content

anuraghazra/facebook-reaction-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Reaction Animation

Facebook Reaction Animation made with React and FramerMotion.

demo: https://anuraghazra.github.io/facebook-reaction-animation

Facebook Reaction Animation

🔧 Tools Used

✌️ Contributing

Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.


local development

Step 1: Clone The Repo

Fork the repository. then clone the repo locally by doing -

git clone https://github.com/anuraghazra/facebook-reaction-animation.git

Step 2: Install Dependencies

cd into the directory

cd facebook-reaction-animation

install all the dependencies

npm install

Step 3: Start Development Server

Then start the development Server

npm start

After running the development server the site should be running on https://localhost:3000

Give the project a ⭐ if you liked it. Made with ❤️ and React.