Skip to content

Personal portfolio website built with NextJS, Typescript and Tailwind

Notifications You must be signed in to change notification settings

iammminzzy/portfolio

Repository files navigation


🚀

Portfolio

Demo

View »


Table of Contents
  1. About The Project
  2. Built With
  3. Getting Started
  4. Contact

About The Project

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!

Built With

Next.js  React  TypeScript  TailwindCSS  ESLint  Vercel 

(back to top)

Getting Started

  1. Get a Resend API Key at https://resend.com/api-keys
  2. Clone the repo
    git clone https://github.com/iammminzzy/portfolio.git
  3. Install NPM packages
    npm install
  4. Create & enter your API in .env.local
    NEXT_PUBLIC_RESEND_API_KEY= = "ENTER YOUR API";
  5. Change the "myMail" to your own email address in the SendEmail.ts action file
    const myMail = "ENTER YOUR OWN EMAIL ADDRESS";
  6. Start the development server
    npm run dev

(back to top)

Contact

Minjee Son - @CV - minjeeson.dev@gmail.com

Project Link: https://github.com/iammminzzy/portfolio

(back to top)

About

Personal portfolio website built with NextJS, Typescript and Tailwind

Resources

Stars

Watchers

Forks