A modern, responsive portfolio website showcasing my projects, skills, and contact information.
- 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
- React.js
- React Router for navigation
- AOS (Animate On Scroll) for animations
- CSS for styling
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/AryanVBW/portfolio.git
cd portfolio/portfolio-react
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:5173
To build the app for production, run:
npm run build
The build files will be available in the dist
directory.
Designed and developed by Vivek Wagdare