A modern, minimalist portfolio website inspired by brittanychiang.com, built with Next.js and Tailwind CSS.
- Dark theme with green accent
- Responsive design for all device sizes
- Fast loading and performance
- Single page layout with smooth scrolling
- Interactive animations using Framer Motion
- Accessible design following WCAG standards
- SEO optimized
- Hero section with introduction
- About section with personal story and skills
- Experience section with work history timeline
- Projects section displaying portfolio items
- Contact form
- Social media links in footer
- Next.js (React framework)
- TypeScript
- Tailwind CSS
- Framer Motion (animations)
- React Icons
- Clone the repository
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
npm run build
- Update your personal information in each component
- Add your own images to the
/public/images
directory - Modify the color theme in
tailwind.config.js