Skip to content

My personal portfolio site v3.0, built using Next.js, TailwindCSS, Octokit, and Shadcn. It is hosted on Vercel and is dedicated to delivering an enhanced user experience through thoughtful design principles. The site prioritizes a seamless and visually appealing interface, showcasing my work and skills effectively.

Notifications You must be signed in to change notification settings

AntonyJudeShaman/Portfolio-3.0

Repository files navigation

Portfolio - v3.0

Built with Nextjs and hosted on Vercel.

Open Source Love svg1 TypeScript Visitors GitHub last commit GitHub repo size

This repository contains the code for my personal portfolio. Please give it a ⭐ if u like it😊.

Prerequisites

Before you begin, ensure you have the following installed on your machine:

  • Node.js (npm will be installed with Node.js)
  • Git

Clone the Repository

git clone https://github.com/AntonyJudeShaman/portfolio-3.0.git
cd portfolio-3.0

Install Dependencies

npm i or pnpm i or yarn

Set Up Environment Variables

Copy the .env.example file to .env.local and update the values as needed

cp .env.example .env.local

Run the Application

npm run dev

or

pnpm run dev

or

yarn run dev

Visit http://localhost:3000 in your web browser to view the portfolio.

Project Structure

Root Directory

  • 📁 .contentlayer: Content layer configuration and data
  • 📁 app: Main application code
    • 📁 contact: Contact-related components and pages
    • 📁 projects: Project-related components and pages
    • 📁 components: Reusable components
      • 📁 ui: UI-specific components
    • 📁 config: Configuration files
    • 📁 hooks: Custom hooks
    • 📁 public: Public assets
      • 📁 images: Image assets
      • 📁 fonts: Font assets
    • 📁 styles: Stylesheets
      • 📄 globals.css: Global styles
    • 📁 types: TypeScript type definitions
    • 📁 util: Utility functions

Deployment

This project is deployed on Vercel

Issues and Contributions

If you encounter any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.

Happy coding!

About

My personal portfolio site v3.0, built using Next.js, TailwindCSS, Octokit, and Shadcn. It is hosted on Vercel and is dedicated to delivering an enhanced user experience through thoughtful design principles. The site prioritizes a seamless and visually appealing interface, showcasing my work and skills effectively.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published