48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
---
|
|
ready: true
|
|
title: "MG Dev"
|
|
priority: 3
|
|
description: "My personal website"
|
|
dateLabel: "2026 - present"
|
|
category: "Web application"
|
|
client: "Me"
|
|
roles:
|
|
- "Full-Stack Developer"
|
|
technologies:
|
|
- "React"
|
|
- "Vercel"
|
|
- "Resend"
|
|
- "Docker"
|
|
- "Ackee"
|
|
cover: "/images/projects/mgdev/cover.png"
|
|
preview1: "/images/projects/mgdev/preview-1.png"
|
|
preview2: "/images/projects/mgdev/preview-2.png"
|
|
featured: true
|
|
---
|
|
|
|
<div>
|
|
<h2>The mission</h2>
|
|
|
|
<ProjectsColumns>
|
|
<div>
|
|
This project is my portfolio, my personal website. It is the new version of my site; the previous one was outdated and had not been maintained for several years.
|
|
|
|
This project gave me the opportunity to let my creativity run wild in designing it.
|
|
</div>
|
|
<div>
|
|
I learned Next.js through this project. I strengthened my front-end development skills and learned how to deploy (which was surprisingly simple) using Vercel.
|
|
|
|
This site is my personal playground; I use it to test new technologies and ideas that pop into my head.
|
|
</div>
|
|
</ProjectsColumns>
|
|
</div>
|
|
|
|
<ProjectPreviewGrid
|
|
items={[
|
|
{ title: "Aperçu 1", image: "/images/projects/mgdev/preview-1.png" },
|
|
{ title: "Aperçu 2", image: "/images/projects/mgdev/preview-2.png" }
|
|
]}
|
|
/>
|
|
|
|
<ProjectVisitButton href="" />
|