See the website: https://sebx.dev
My portfolio and blog where you can see my projects, read my blog posts where I'm sharing things about web development or contact me. I hope you liked it!
Name |
---|
React |
NextJS |
Typescript |
GraphQL |
React-hook-form |
HeadlessCMS |
StyledComponents |
FramerMotion |
Finally I have created my own portfolio website. I used NextJS to use a lot of benefits it provides. Data is fetched by GraphQL from headless CMS (graphCMS) so I can easily add new content. Fully responsive website with light and dark theme, smooth animations created with framer motion.
- Clone the repo
git clone https://github.com/ankerx/portfolio.git
- Install NPM packages
npm install
- Type
npm run dev