Skip to content

Vidit-Kushwaha/v2.portfolio

Repository files navigation

v2.portfolio

This is my personal portfolio website built using Next.js and Tailwind CSS. It showcases my projects, skills, and provides information about my experience and contact details.

Table of Contents

Demo

Portfolio Screenshot

You can visit the live website here.

Technologies Used

  • Next.js
  • React
  • Tailwind CSS
  • JavaScript

Features

  • Responsive design for optimal viewing on different devices.
  • Showcase of projects with descriptions and links.
  • Detailed information about skills, experience, and education.
  • Contact section to get in touch with me.

Installation and Set Up

To run this portfolio website locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Vidit-Kushwaha/v2.portfolio.git
  2. Navigate to the project directory:

    cd v2.portfolio
  3. Install dependencies:

    npm install
  4. Start the development server

    npm run dev

Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run start

Color Reference

Color Hex
Navy #0a192f #0a192f
Light Navy #112240 #112240
Lightest Navy #233554 #233554
Slate #8892b0 #8892b0
Light Slate #a8b2d1 #a8b2d1
Lightest Slate #ccd6f6 #ccd6f6
White #e6f1ff #e6f1ff
Green #64ffda #64ffda

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.