Skip to content

GregoireGeoffroy/gregoiregeoffroy.com

Repository files navigation

gregoiregeoffroy.com

My personal website built with modern web technologies. Visit gregoiregeoffroy.com

Tech Stack

Features

  • Responsive design
  • Dark/Light mode
  • Smooth page transitions
  • Blog section
  • Project showcase
  • Contact form
  • Newsletter subscription

Running Locally

# Clone the repository
git clone https://github.com/GregoireGeoffroy/gregoiregeoffroy.com.git

# Navigate to the directory
cd gregoiregeoffroy.com

# Install dependencies
npm install

# Start the development server
npm run dev

Project Structure

├── public/              # Static files
│   ├── fonts/          # Web fonts
│   └── images/         # Images
├── src/
│   ├── components/     # React components
│   ├── pages/          # Page components
│   ├── styles/         # Global styles
│   ├── lib/           # Utilities
│   └── App.tsx        # Root component

License

MIT License © Grégoire Geoffroy