Welcome to my personal website portfolio! This is where you'll find my most recent work as a software developer, showcasing my skills, projects, and professional journey.
Visit the live website: danielwei.me
This portfolio website serves as a comprehensive showcase of my software development skills, featuring a modern, responsive design built with cutting-edge web technologies.
- Next.js - React framework for production-ready applications
- React.js - JavaScript library for building user interfaces
- Tailwind CSS - CSS framework for rapid styling
- Framer Motion - Motion library for React
- JavaScript (ES6+) - Modern JavaScript features and syntax
- HTML5 - Semantic markup for better structure and SEO
- CSS3 - Advanced styling with modern CSS features
- ESLint - Code linting for consistent code quality
- Prettier - Code formatting for better readability
- Git - Version control system
website-portfolio-master/
├── app/ # Next.js app directory
│ ├── components/ # React components
│ ├── globals.css # Global styles and Tailwind imports
│ ├── layout.js # Root layout component
│ └── page.js # Main page component
├── public/ # Static assets (images, icons, etc.)
├── styles/ # Additional stylesheets
├── lib/ # Utility functions and configurations
├── next.config.js # Next.js configuration
├── tailwind.config.js # Tailwind CSS configuration
├── package.json # Project dependencies and scripts
└── README.md # Project documentation