Showcase your web development skills and projects with a sleek portfolio built using Next.js and Tailwind CSS.
View live preview here.
- Hero Section ✨
- About Section 👤
- Skills Section 🛠️
- Projects Section 🚀
- Contact Section 📞
- Fork this repository: Click the Fork button located in the top-right corner of this page to fork the repository.
- Clone the repository:
$ git clone https://github.com/<your-username>/personal-portfolio.git
- Clone the repository:
$ cd personal-portfolio
- Install dependencies:
Install packages for the root directory.
$ yarn
- Start the development server:
$ yarn run dev
- Access the application:
Open a browser and enter the following URL:
http://localhost:3000/
Customize data in the lib/constants.ts
folder.
Eg:
// lib/constants.ts
const GMAIL_LINK = "YOUR GMAIL HERE";
const GITHUB_LINK = "YOUR GITHUB USERNAME HERE";
const INSTAGRAM_LINK = "YOUR INSTAGRAM USERNAME HERE";
const LINKEDIN_LINK = "YOUR LINKDIN USERNAME HERE";
const RESUME_LINK = "YOUR RESUME LINK HERE";
Give a ⭐️ if this project helped you!