This is my personal portfolio v2, it's created using Next.js and Tailwind CSS.
My inspiration for this project is that my portfolio v1 was created using mostly vanilla HTML, CSS, and JavaScript but as I attempted to refactor it and slowly integrate features such as implementing the styling using Tailwind CSS, I realized I am doing a lot of extra work that just isn't necessary. And thus I decided it was the best choice to start over but use a powerful framework like Next.js from the very beginning.
This is a Next.js project bootstrapped with create-next-app
.
This project is currently deployed using Vercel at https://andypak.me/
First, fork the repository, then clone it locally to your computer.
Then from the terminal run:
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.