Skip to content

This repository contains the source code for a portfolio website built using Next.js, TypeScript, Tailwind, and Shadcn UI.

Notifications You must be signed in to change notification settings

iShinzoo/Portfolio-nextJs

Repository files navigation

Portfolio Website with Next.js

This repository contains the source code for a portfolio website built using Next.js. This README.md file provides an overview of the project and instructions on how to set it up and customize it for your own use.

Table of Contents

Features

  • Responsive design for various screen sizes.
  • A customizable portfolio section to showcase your projects.
  • An about section to introduce yourself.
  • Easily customizable with Shadcn-ui for styling.

Screenshots

Screenshot 1

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

You need to have the following software installed on your computer:

Installation

  1. Star the repository.

  2. Clone this repository to your local machine using the following command:

    git clone https://github.com/nixrajput/portfolio-nextjs.git
  3. Navigate to the project directory:

    cd portfolio-nextjs
  4. Install the project dependencies:

    If you're using npm:

    npm install

    If you're using pnpm:

    pnpm install

    If you're using Yarn:

    yarn install

Usage

To start the development server and view the website locally, run the following command:

npm run dev
#or
pnpm run dev
# or
yarn dev

This will start the Next.js development server, and you can access the website in your web browser at http://localhost:3000.

Customization

You can customize various aspects of the portfolio website to make it your own.

Changing Content

  1. Update the content in the pages/components directory:

    • Edit the projectsSection.jsx file to add or modify project details.
    • Edit the skillsSection.jsx file to add or modify skills you know.
    • Edit the EmailSection.jsx file to add or modify social media links.
    • Edit the AboutSection.jsx file to add or modify personal details.
  2. Replace or add images in the public/images/projects directory to match your projects and profile picture.

Deployment

To deploy the portfolio website to a hosting service of your choice, follow the deployment instructions for Next.js applications. Some popular hosting options include Vercel, Netlify, and GitHub Pages.

Remember to configure environment variables for sensitive information like email credentials if needed.

Contributing

If you would like to contribute to this project, feel free to fork the repository, make your changes, and submit a pull request.

About

This repository contains the source code for a portfolio website built using Next.js, TypeScript, Tailwind, and Shadcn UI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published