/portfolio-react

migration of portfolio to react

Primary LanguageJavaScript

Vivek Wagdare Portfolio

A modern, responsive portfolio website showcasing my projects, skills, and contact information.

Features

  • Modern React-based UI with seamless animations
  • Interactive components including avatar animations
  • Responsive design for all device sizes
  • Project showcase with detailed descriptions
  • Skills section organized by technology categories

Tech Stack

  • React.js
  • React Router for navigation
  • AOS (Animate On Scroll) for animations
  • CSS for styling

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/AryanVBW/portfolio.git
cd portfolio/portfolio-react
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

Building for Production

To build the app for production, run:

npm run build

The build files will be available in the dist directory.

Credits

Designed and developed by Vivek Wagdare