Skip to content

maxliu2001/m.portfolio

Repository files navigation

M.Portfolio

M.Portfolio is Max Liu's personal portfolio and interactive resume. It highlights selected work across distributed systems, AI/ML infrastructure, robotics, cloud engineering, and product development.

Current site

The site includes:

  • An introduction and professional overview
  • Three featured projects with expanded case studies
  • An archive of research, coursework, open-source, and hackathon projects
  • Responsive light and dark themes
  • Motion effects with reduced-motion support
  • Keyboard-accessible project dialogs
  • Links to GitHub, LinkedIn, and email

Tech stack

Local development

Requires a current Node.js LTS release and npm.

npm install
npm run dev

Open http://localhost:3000 in a browser.

Validation and production build

npm run lint
npm run build

The production build is exported as static files in out/.

Project structure

src/
├── components/          Reusable navigation, contact, and visual components
│   └── sections/        Hero, about, and project sections
├── pages/               Next.js pages and document setup
├── styles/              Global and component-scoped styles
└── theme/               Light/dark color-mode state
public/                  Images and static assets

Project content is maintained in src/components/sections/ProjectsSection.js.

Contact

About

An overview of my experiences, past projects and my interests.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors