This repository contains the source code for Piyush's personal portfolio website. Built using modern web technologies and tools, this portfolio showcases Piyush's projects, skills, and experiences.
- ⚛️ React: A JavaScript library for building user interfaces.
- 🔄 React Router: For routing and navigation within the app.
- 🎨 Tailwind CSS: A utility-first CSS framework for styling.
- 🌀 GSAP: GreenSock Animation Platform, used for animations.
- 🌐 Locomotive Scroll: Smooth scrolling and parallax library.
- 🎥 Framer Motion: A library for animations and gestures in React.
- ⚡ Vite: A fast build tool and development server.
- 📱 Responsive Design: Optimized for various screen sizes.
- 🌟 Smooth Animations: Powered by GSAP and Framer Motion.
- 💎 Modern Styling: Utilizes Tailwind CSS for styling.
- 🎢 Smooth Scrolling: Implemented with Locomotive Scroll.
To get a local copy up and running, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/Piyush-Folio.git
-
Navigate to the project directory:
cd Piyush-Folio
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev