What you see it will be my portfolio website. In this page you will see information about:
- me
- my tech stack
- soft skills
- experience
- my projects
- my hobbies
Here is a link to the page
( which ones? I don't know yet because it's still being created in my head )
interface ProjectProps {
tech: string;
framework: string;
projectUI: string;
ui: string[];
deploy: string;
};
const appStack: ProjectProps = {
tech: "Typescript",
framework: "Next.js v14.1",
projectUI: "Figma",
ui: [ "styled-components", "Storybook" ],
deploy: "Vercel",
};
In the project, I use node version above ^20
.
nvm use 20
npm install
npm run dev