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.
- Demo
- Technologies Used
- Features
- Installation and Set Up
- Building and Running for Production
- Color Reference
- Contributing
You can visit the live website here.
- Next.js
- React
- Tailwind CSS
- JavaScript
- 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.
To run this portfolio website locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Vidit-Kushwaha/v2.portfolio.git
-
Navigate to the project directory:
cd v2.portfolio
-
Install dependencies:
npm install
-
Start the development server
npm run dev
-
Generate a full static production build
npm run build
-
Preview the site as it will appear once deployed
npm run start
Color | Hex |
---|---|
Navy | #0a192f |
Light Navy | #112240 |
Lightest Navy | #233554 |
Slate | #8892b0 |
Light Slate | #a8b2d1 |
Lightest Slate | #ccd6f6 |
White | #e6f1ff |
Green | #64ffda |
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.