A personal portfolio website made completely from scratch!
Check out the website at charz.dev
- project section screenshots and interactivity
- custom tailwind classes using @apply directive for reused code in animations, sections, etc
- update headshot photo
- responsive design for mobile/smaller screen sizes
- possible redesign of backgrounds (not full color, kinda boring ngl)
- expand text in about me
Installing dependencies:
npm install react-icons --saveTo run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.