This is my personal portfolio website built with React, Framer Motion, ShadCN UI, and TailwindCSS.
Designed to showcase my projects, skills, and contact information with a clean and modern UI.
- React – Frontend library for building UI
- Framer Motion – For smooth animations and transitions
- ShadCN UI – A modern UI component library
- TailwindCSS – Utility-first CSS framework for styling
/src– React components and pages/public– Static assets
- Node.js installed (v14 or above recommended)
- npm or yarn package manager
- Clone the repo
git clone https://github.com/ugurcl/ReactPortfolio.git
cd ReactPortfolio- Install dependencies
npm install
# or
yarn install- Start the development server
npm run dev
# or
yarn dev- Open http://localhost:5173 to view in your browser
npm run build
# or
yarn buildThis project is licensed under the MIT License.