This is a personal portfolio website made by Charlie Zhao completely from scratch, utilizing Next.js and TailwindCSS.
Check out the website at charz.dev!
- Project section layout and interactivity
- Replace bandaid fix margin styling
- Project screenshots
- How to fit into layout/design
- Tailwind custom classes using @apply directive for reused code in animations, sections, etc
- New headshot photo
- Contact form
- Adaptive design for mobile/smaller screen sizes
Installing dependencies:
npm install react-icons --save
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.