A sleek, responsive portfolio built using React, React-Bootstrap, and Animate.css.
- React — Front-end library for building user interfaces
- React-Bootstrap — Styling framework for responsive design
- Animate.css — For smooth and engaging animations
git clone https://github.com/your-username/personal-portfolio.git
cd personal-portfolioInstall Dependencies
npm installStart the Development Server
npm start🔗 Open http://localhost:3000 to view it in your browser.
Running Tests
npm testLaunches the test runner in interactive watch mode. View test logs and code coverage in the terminal.
Production Build
npm run buildCreates an optimized production build in the build/ folder.
-
Responsive Design : Adapts seamlessly across devices
-
Smooth Animations : Scroll and fade-in effects with Animate.css
-
Componentized Layout : Modular sections for Home, About, Projects, and Contact
-
SEO-Friendly : Optimized head tags for better search visibility
-
Fast Load Times : Lazy-loaded assets for performance
Explore the deployed site: 🔗 Visit Website
