Welcome to hovanhoa.net, a personal portfolio website built with Next.js, TypeScript, and Tailwind CSS.
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Deployment: Vercel
- CMS: Hashnode Headless CMS
To run this application locally, ensure you have Node.js v18+ installed. Follow these steps:
- Clone the repository:
git clone https://github.com/hovanhoa/hovanhoa.net.git
- Navigate into the project directory:
cd hovanhoa.net - Install the dependencies:
npm install
- Start the development server:
npm run dev
You can easily customize the content of the website by editing the information in @/constant/index.ts. All required information is imported from this file.
Feel free to use this code for your own portfolio. However, please do not copy it directly. Make sure to replace the information in @/constant/index.ts with your own details. Crediting the author is appreciated but not required.
The design of this portfolio is inspired by LogWatch. Special thanks to the creator of the postcard design featured on the homepage.