Replication of Blizzard's Entertainment's website, known for developing and publishing games such as Call of Duty and World of Warcraft. Built to understand physics-based animations with React Spring. Developed with React, React-Spring(v9), Typescript.
- How to use React Spring to create physics- animations based on hooks.
- useSpring to trigger animations once or for toggle animations.
- useTransition to trigger whenever a hook value changes.
- useTrail for stagger animations.
- Created parallax mouseover animation.
- Created card flip animation.
- React dev tool to check the value of props.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the project. Use
npm install
to install all the dependencies. Go to the client directory, run the project withnpm start
for development ornpm run build
for production.
What things you need to install the software
- Any package manager (npm, yarn)
None@!