Skip to content

Showcase your work and skills as a Web developer with this sleek portfolio website built using NextJs and Tailwind.

License

Notifications You must be signed in to change notification settings

Yashop181/personal-portfolio

 
 

Repository files navigation

Welcome to Personal-portfolio 👋

Showcase your web development skills and projects with a sleek portfolio built using Next.js and Tailwind CSS.

View live preview here.

Sections 📚

  • Hero Section ✨
  • About Section 👤
  • Skills Section 🛠️
  • Projects Section 🚀
  • Contact Section 📞

⚙️ Getting Started

  1. Fork this repository: Click the Fork button located in the top-right corner of this page to fork the repository.
  2. Clone the repository:
     $ git clone https://github.com/<your-username>/personal-portfolio.git
  3. Clone the repository:
     $ cd personal-portfolio
  4. Install dependencies: Install packages for the root directory.
      $ yarn
  5. Start the development server:
     $ yarn run dev
  6. Access the application: Open a browser and enter the following URL:
      http://localhost:3000/

🕹️ Usage

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";

💻 Technologies Used

💖 Show Support

Give a ⭐️ if this project helped you!

About

Showcase your work and skills as a Web developer with this sleek portfolio website built using NextJs and Tailwind.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.6%
  • CSS 10.9%
  • JavaScript 0.5%