A personal website built with React, TypeScript, Material UI, and Vite.
- Modern React + TypeScript setup (no create-react-app)
- Material UI for styling
- Route-based navigation with four tabs: Travels, Playlists, Resume, Projects
- Prettier for code formatting (autoformats on save during dev)
npm installPlace your profile image at:
public/profile.jpg
npm run devnpm run buildPrettier is set up to autoformat files on save during development. You can also run:
npx prettier --write .src/- Source codepublic/- Static assets (profile image, etc.)index.html- Main HTML file
MIT