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.
- 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.
-
Clone the repository:
git clone https://github.com/AtakanYigit/Wentumit-Home.git cd Wentumit-Home
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to http://localhost:5173.