Skip to content

judedotdev/portfolio-nextjs

Repository files navigation

Jude's Portfolio Website

This is the codebase for my personal portfolio website, developed as part of the PLP August Cohort Portfolio Challenge.

Live Demo

The portfolio website is deployed on Vercel. You can view the live site here:

Jude's Portfolio Website

https://judedotdev.vercel.app/

PLP August Cohort Portfolio Challenge

This project was built as a submission for the PLP August Cohort Portfolio Challenge. The challenge aims to help participants create a comprehensive portfolio to showcase their skills and projects in software development, web design, and other relevant fields.

Technologies Used

  • Next.js: A powerful React framework that enables server-side rendering and static site generation, making the website fast and SEO-friendly.
  • Tailwind CSS: A utility-first CSS framework for building custom designs directly in the markup, allowing for rapid styling without writing traditional CSS.

To Run The Project on Your Laptop

First clone this repository:

git clone https://github.com/judedotdev/portfolio.git

Then install dependencies:

npm install

Next, run the development server

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Releases

No releases published

Packages

No packages published