Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.44 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.44 KB

Portfolio-Website

Portfolio-Website is a modern and responsive web application built with Next.js, designed to showcase your projects, skills, and experiences. It features a contact form powered by Nodemailer for seamless communication with visitors.

Table of Contents

Overview

  • It serves as a personal platform to display your professional journey, projects, and skills. It provides an intuitive interface for visitors to navigate through your work and get in touch with you effortlessly.

Features

  • Responsive Design: Optimized for all devices including desktops, tablets, and mobile phones.
  • Project Showcase: Display your projects with detailed descriptions, images, and links.
  • Contact Form: Enable visitors to send messages directly through the website using Nodemailer.

Dependencies

  • Next.js
  • Nodemailer
  • Tailwind CSS

Git-Setup

Clone the repository:

git clone https://github.com/shaurya35/shaurya35.github.io
cd shaurya35.github.io

Setup

Install the dependencies:

pnpm install

Run client Interface:

pnpm dev

Create a .env file:

EMAIL=
EMAIL_PASSWORD=

Usage

Access the app in your web browser at http://localhost:3000/.

Contributors