This website serves as a digital portfolio to showcase my work, share my journey, and provide insights into my professional experience and personal projects.
- Next.js: A React framework for building server-side rendered applications.
- TypeScript: JavaScript with static typing for better developer experience and code quality.
- Tailwind CSS: A utility-first CSS framework for creating responsive and modern designs.
- Axios: A promise-based HTTP client for making requests to external APIs.
- Node.js
- npm or yarn or pnpm or bun for package management
Follow the steps below to set up the project locally.
-
Clone this repository:
https://github.com/rfkyalf/personal-portfolio.git
-
Navigate to the project directory:
cd personal-portfolio
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application in your browser at http://localhost:3000.