Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.38 KB

Piyush-Folio

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.

🚀 Tech Stack

  • ⚛️ 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.

✨ Features

  • 📱 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.

🛠️ Installation

To get a local copy up and running, follow these steps:

  1. Clone the repository:

    git clone https://github.com/yourusername/Piyush-Folio.git
  2. Navigate to the project directory:

    cd Piyush-Folio
  3. Install the dependencies:

    npm install

🚀 Usage

To start the development server, run:

npm run dev