Welcome to my portfolio repository! This project is built using Next.js, TypeScript, Tailwind CSS, and Framer Motion to showcase my skills, projects, and experiences in the world of web development.
- Next.js: Utilizes the power of React and server-side rendering (SSR) for a fast and efficient web experience.
- TypeScript: Adds static typing to JavaScript, enhancing code quality and developer productivity.
- Tailwind CSS: A utility-first CSS framework for building modern and responsive user interfaces.
- Framer Motion: Animations made easy with a declarative API for React components.
-
Clone the repository:
git clone https://github.com/zulmy-azhary/v2.git
-
Navigate to the project directory:
cd portfolio
-
Install dependencies:
npm install # or yarn # or pnpm install
-
Run the development server:
npm run dev # or yarn dev # or pnpm run dev
Open http://localhost:3000 in your browser.
- Next.js: https://nextjs.org/
- TypeScript: https://www.typescriptlang.org/
- Tailwind CSS: https://tailwindcss.com/
- Framer Motion: https://www.framer.com/motion/
If you have any feedback, issues, or suggestions, please feel free to open an issue or reach out to me.