This is my personal portfolio website built with Next.js. The site showcases my work through featured projects, testimonials from colleagues, and provides ways to get in touch with me.
- Homepage - Introduction and welcome section
- About Me - Background information about myself
- Portfolio - Showcase of featured projects
- Testimonials - What others say about working with me
- Contact - Get in touch section
- Blog - Articles and thoughts
To run this project locally:
-
Install dependencies:
npx install
-
Run the development server:
npx next dev
-
Open http://localhost:3000 in your browser to view the site