Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.86 KB

README.md

File metadata and controls

51 lines (42 loc) · 1.86 KB

Hello visitors & recruiters 👋

LinkedIn

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

Logo - iFlisek - web & mobile tech

FIGMA PROJECT - work in progress

Of course, the entire website will be developed and will have subsequent phases

( which ones? I don't know yet because it's still being created in my head )

App Stack

TypeScript Next JS Styled Components Vercel Storybook

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