kt946 / my-nextjs-portfolio

My personal Next.js portfolio created to highlight my expertise and background. Designed and built with Next.js, React, TypeScript, Tailwind CSS, and Framer Motion.

Home Page:https://www.kyletang.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Logo

My Next.js Portfolio

License

Description

This repository contains my personal web developer portfolio built with technologies such as Next.js, TypeScript, Tailwind CSS, and Framer Motion. It is designed to showcase my expertise and background in a modern and visually appealing way. The portfolio is optimized for performance and accessibility with a mobile responsive design. This project is made for developers such as myself who are looking to make an impact in the tech world.

Table of Contents

Installation

This is a Next.js project bootstrapped with create-next-app.

To install this project on your local computer, navigate to the demo branch of this repository. The constants.tsx and assets folder in the demo branch has dummy information and placeholder images to give developers an idea of how the information is structured in the portfolio.

In the demo branch, clone the repository or download it as a ZIP file and place it into a local directory on your computer.

Open a command-line interface (VS Code, Git Bash, etc.) and navigate to the root directory containing the application's package.json.

To download the application's dependencies, run:

npm install

Create a .env file in the root directory and add the following environment variables for the contact form:

NEXT_PUBLIC_EMAILJS_SERVICE_ID
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY

Please refer to the EmailJS documentation to learn more about EmailJS and how to set up the required environment variables.

To start the development server, run:

npm run dev

Navigate to http://localhost:3000 in your browser to view the portfolio.

Usage

When a user first opens the portfolio in their browser, they will be taken to the homepage of the portfolio that will feature a navigation bar at the top and a hero section that will display their name and roles (Web Developer, Software Engineer, etc.)

On smaller screens such as phones, the navigation links will collapse into a menu that can be toggled by the menu button on the top right of the header. Users can scroll or use the navigation links to navigate the portfolio.

This portfolio includes an About, Skills, Work, and Contact section. The About section contains a profile image of the developer and a short biography. The Skills section has a list of technical skills. The Work section consists of six projects, each of them having a screenshot of the project, a description, technologies used, and links to the deployed project and its github repository. In the Contact section, users can send emails by filling out the contact form fields and clicking the submit button.

Users can start editing the portfolio by modifying constants.tsx in the utils folder. The page auto-updates as you edit this file.

The constants.tsx is where a user can control most of the portfolio's information such as text, external links, image links, skills list, and project information.

Images can be modified by uploading the image files into the assets folder of the public directory and referenced by name and file type in constants.tsx.

For additional personalization such as colors, headings, or extra social links, some modifications may be required in the globals.css and the components folder.

Screenshots

home-page

Technologies Used

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • EmailJS
  • React Icons
  • React Simple Typewriter
  • Vercel

Credits

  • kt946 - Project Creator

Links

License

This application is covered under the MIT License.

About

My personal Next.js portfolio created to highlight my expertise and background. Designed and built with Next.js, React, TypeScript, Tailwind CSS, and Framer Motion.

https://www.kyletang.dev/


Languages

Language:TypeScript 82.6%Language:CSS 15.7%Language:JavaScript 1.7%