React Project built on Vite JS
- run command:
pnpm run dev - build command:
pnpm run build - install node modules:
pnpm install
Tailwind csshttps://tailwindcss.com/HowlerJSfor playing audio https://github.com/goldfire/howler.js#documentationReact Iconshttps://react-icons.github.io/react-icons/Fullpage JShttps://github.com/alvarotrigo/react-fullpageStyled-componentshttps://styled-components.com/react-carouselhttps://trendyol.github.io/react-carousel/docs/installationFramer motionhttps://www.framer.com/motion/
useWindowDimensionsto get window width and height
const { height, width } = useWindowDimensions();
useMouseMoveto use mouse move parallax effect
// add className="mousemove" to the element you want to use mouse move parallax effect
// add data-speed={number} as a prop to the element