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.
- NextJS
- GraphQL
- GraphCMS
- GSAP
- Embla Carousel
- 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
- Open http://localhost:3000 with your browser to see the site.