This is the repository for my personal portfolio website, built using React and GSAP for smooth animations and a dynamic user experience.
- 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.
- Clone the repository:
git clone https://github.com/TheSylvester/portfolio-site.git
- Install dependencies:
npm install
- Run the development server:
npm start
Build the site for production:
npm run build