/Web-PR

SIT HelloWorld Fennec website

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

HelloWorld 2022 Web-PR

React Project built on Vite JS

Main command

  • run command: pnpm run dev
  • build command: pnpm run build
  • install node modules: pnpm install

Installed packages

Custom hooks

  • useWindowDimensions to get window width and height
const { height, width } = useWindowDimensions();
  • useMouseMove to 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