Skip to content

AtakanYigit/Wentumit-Home

Repository files navigation

Wentumit Landing Page

home wentumit com_(MacBook Pro)

This is the landing page of the app Wentumit. You can inspect the landing page through this link. Built with Vite and React.js. It utilizes GSAP and GSAP ScrollTrigger for smooth animations and scroll-triggered effects.

Technologies Used

  • Vite: For fast development and build process.
  • React.js: Frontend framework for building the user interface.
  • SCSS: For writing maintainable and responsive styles.
  • GSAP: For high-performance animations.
  • GSAP ScrollTrigger: To create scroll-based animations and interactions.

Installation

  1. Clone the repository:

    git clone https://github.com/AtakanYigit/Wentumit-Home.git
    cd Wentumit-Home
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

     npm run dev
     # or
     yarn dev
  4. Open your browser and navigate to http://localhost:5173.