This is a personal portfolio website built with Next.js to showcase my projects, skills, and experiences. It includes dynamic routing for smooth navigation, a fully responsive design for all devices, and a simple blog section for sharing thoughts or updates. The site features a project gallery, an about me section, and a blog content. It’s designed to be fast, simple, and user-friendly.
- Dynamic Routing: Smooth navigation between different sections.
- Responsive Design: Optimized for all devices, from desktop to mobile.
- Project Gallery: Displays projects with descriptions and links.
- About Me Section: Brief bio and professional background.
- Contact Form: Easy way for visitors to reach out.
- Blog Section: Space for sharing thoughts, updates, or articles.
To get started with this project, please refer to the 'Getting Started' in the documentation. For additional information on contributing, please check out the Contributing Guidelines [N/A].
GitHub: @rahfianugerah
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.