Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.21 KB

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.