Table of Contents
This is a portfolio site showcasing my journey and experiences as a frontend developer.
Leveraging the latest features of Next.js 13, including App Router and Server Actions, the site is constructed.
The styling is done using Tailwind CSS and Framer Motion, with the addition of email sending function through Resend.
Of course, it's designed as a responsive page, feel free to explore my page on both desktop and mobile devices!
- Get a Resend API Key at https://resend.com/api-keys
- Clone the repo
git clone https://github.com/iammminzzy/portfolio.git
- Install NPM packages
npm install
- Create & enter your API in
.env.local
NEXT_PUBLIC_RESEND_API_KEY= = "ENTER YOUR API";
- Change the "myMail" to your own email address in the
SendEmail.ts
action fileconst myMail = "ENTER YOUR OWN EMAIL ADDRESS";
- Start the development server
npm run dev
Minjee Son - @CV - minjeeson.dev@gmail.com
Project Link: https://github.com/iammminzzy/portfolio