Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.26 KB

File metadata and controls

42 lines (32 loc) · 1.26 KB

CodeSculptor – Interactive React Portfolio

React TypeScript TailwindCSS Vercel

CodeSculptor is a modern, interactive portfolio built with React 19, TypeScript, Tailwind CSS v4, and Framer Motion. It demonstrates smooth animations, responsive design, and modern React best practices.


🚀 Features

  • Fully responsive design for desktop and mobile
  • Smooth scroll animations using Framer Motion and Intersection Observer
  • Interactive sections: Hero, About, Skills, Projects, Contact
  • Contact form with React Hook Form and notifications via React Toastify
  • Reusable and type-safe components written in TypeScript
  • Smooth scrolling navigation via Navbar links
  • Clean, modern UI with Tailwind CSS v4

⚡ Installation & Running Locally

npm install

Development

npm run dev

Production

npm run build

Lint

npm run lint