My personal website built with modern web technologies. Visit gregoiregeoffroy.com
- Framework: React
- Language: TypeScript
- Build Tool: Vite
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Animations: Framer Motion
- Routing: React Router
- Deployment: Vercel
- Responsive design
- Dark/Light mode
- Smooth page transitions
- Blog section
- Project showcase
- Contact form
- Newsletter subscription
# 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
├── public/ # Static files
│ ├── fonts/ # Web fonts
│ └── images/ # Images
├── src/
│ ├── components/ # React components
│ ├── pages/ # Page components
│ ├── styles/ # Global styles
│ ├── lib/ # Utilities
│ └── App.tsx # Root component
MIT License © Grégoire Geoffroy