Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 736 Bytes

Portfolio Site

This is the repository for my personal portfolio website, built using React and GSAP for smooth animations and a dynamic user experience.

Features

  • Responsive Design: Adapts to various screen sizes and devices.
  • Smooth Animations: Powered by GSAP for a visually engaging experience.
  • Modular Codebase: Organized and easy to maintain, with components for each section.

Getting Started

  1. Clone the repository:
    git clone https://github.com/TheSylvester/portfolio-site.git
  2. Install dependencies:
    npm install
  3. Run the development server:
    npm start

Deployment

Build the site for production:

npm run build