Skip to content

VietPam/porfolio-next-js

 
 

Repository files navigation

Next.js Portfolio

This is a Next.js portfolio project showcasing my work and skills. It is built using Next.js, a powerful and flexible React framework for building modern web applications.

Table of Contents

  1. Features
  2. Technologies Used
  3. Getting Started
  4. Usage
  5. Deployment

Features

  1. Responsive design for seamless viewing on various devices.
  2. Fast and optimized performance with server-side rendering (SSR) capabilities of Next.js.
  3. SEO-friendly for improved visibility in search engines.
  4. Easy customization and extension with Next.js's modular architecture.

Technologies Used

  1. Next.js - A React framework for building server-rendered applications.
  2. React - A JavaScript library for building user interfaces.
  3. Tailwind CSS - Allows CSS styling.
  4. Markdown - Lightweight markup language for formatting text.
  5. GitHub API - Retrieves project data from GitHub.
  6. Deploy to Vercel - Seamless deployment and hosting platform.

Getting Started

Follow the steps below to get the portfolio up and running on your local machine:

  1. Clone the repository:
  2. Navigate to the project directory:
  3. Install the dependecies npm i
  4. Open the config.js file and modify the configuration options according to your preferences. Update the githubUsername with your GitHub username to fetch your project data.

Start the development server:

npm run dev The portfolio will be available at http://localhost:3000.

Deployment

To deploy the portfolio to Vercel, follow these steps:

  1. Create a Vercel account at https://vercel.com/signup if you don't already have one.
  2. upload the project to github
  3. Connect your github to the vercel platform.
  4. Make a change and push new code to github, project will be automatically deployed

Feel free to modify and customize it to suit your needs.

Thank you for checking out my Next.js portfolio project! If you have any questions or suggestions, feel free to reach out. Happy coding!

About

My new porfolio website build in next js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • CSS 2.2%