Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.41 KB

File metadata and controls

46 lines (36 loc) · 1.41 KB

Modern React Portfolio 🚀

Portfolio Screenshot Portfolio Screenshot Portfolio Screenshot Portfolio Screenshot

A sleek, single-page developer portfolio built with React and Framer Motion, showcasing projects with modern UI/UX.

✨ Features

  • Dynamic Animations - Smooth scroll and micro-interactions using Framer Motion
  • Responsive Design - Fully mobile-friendly layout
  • Interactive Sections:
    • Hero with CTA button
    • Skills showcase
    • Project gallery with GitHub links
    • Functional contact form
  • Modern UI Elements:
    • Glassmorphism navigation
    • Gradient accents
    • Animated cards
    • Dark/light theme ready

🛠 Technologies

React Framer Motion CSS3

🚀 Installation

  1. Clone the repo
git clone https://github.com/aneesh-acharyeah/react-portfolio.git
  1. Install dependencies
npm install
  1. Run development server
npm run dev