Skip to content

hugoogb/personal-portfolio

Repository files navigation

Hugo GB - Personal Portfolio

A modern, minimalist personal portfolio built with React and Vite.

Tech Stack

  • React 18 - UI library
  • Vite - Build tool and dev server
  • TypeScript - Type safety
  • CSS Modules - Scoped styling

Getting Started

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Build for production
pnpm build

# Preview production build
pnpm preview

Project Structure

src/
├── components/     # React components
├── constants/      # App constants
├── hooks/          # Custom hooks
├── styles/         # CSS modules and global styles
├── types/          # TypeScript types
├── utils/          # Utility functions
├── App.tsx         # Main app component
└── main.tsx        # Entry point

Live Demo

hugoogb.dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors