Seb-GRAF / portfolio-v2

V2 of my portfolio

Home Page:https://v2.sebg.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image image image

This is my improved portfolio with a BLOG (Live link)

The challenge was to add a dynamic blog to my personal webpage. I decided to migrate my code from a simple Create-React-App to a NextJS app.
I'm using GraphQL to query data from GraphCMS using both client-side and server-side rendering.
Thanks to this, I now get a fully custom blog section that I can manage through a CMS. The user can also post comments via a graphQl mutation query.

Tech stack

  • NextJS
  • GraphQL
  • GraphCMS
  • GSAP
  • Embla Carousel

How to run the code

  • Clone the file to your computer
gh repo clone Seb-GRAF/protfolio-v2
  • Install dev dependencies:
npm install
  • Run the local server:
npm run dev

License

MIT

About

V2 of my portfolio

https://v2.sebg.ch


Languages

Language:JavaScript 58.9%Language:SCSS 41.1%