Skip to content

This repository contains the code for my personal portfolio website, built with Next.js, TypeScript, and styled-components for a modern, responsive design. The website showcases my skills, projects, and experiences in a clean layout. It’s designed to be easily customizable and optimized for performance, delivering a smooth user experience.

Notifications You must be signed in to change notification settings

qamarq/portfolio-page

Repository files navigation

Portfolio Page

This repository contains a personal portfolio website built using Next.js, Tailwind CSS, and TypeScript. The portfolio showcases projects, skills, and personal information in a professional format, making it easy to view and navigate.

Features

  • Responsive Design: Built with Tailwind CSS to ensure the website looks great on all devices.
  • Modern Frameworks: Developed with Next.js for fast and SEO-friendly static site generation.
  • TypeScript Support: Ensures type safety, improving code quality and maintainability.

Getting Started

Prerequisites

To run this project locally, you need:

  • Node.js (v16 or higher recommended)
  • npm or yarn for dependency management

Installation

  1. Clone the repository:
    git clone https://github.com/qamarq/portfolio-page.git
  2. Navigate into the project directory:
    cd portfolio-page
  3. Install dependencies:
    pnpm install
  4. Setup .env*:
    cp .env.example .env
    And fill .env with your own data & keys

Running the Development Server

After installing the dependencies, start the local development server:

pnpm dev

This will run the application at http://localhost:3000. Open it in your browser to see the portfolio in action.

Building for Production

To build a production-ready version of the site, run:

pnpm build & pnpm start

Contributing

Feel free to open issues or pull requests if you have suggestions or improvements.


Thank you for visiting this portfolio project. Enjoy exploring!

Let me know if you want any additions, such as sections on specific dependencies or additional setup steps.

About

This repository contains the code for my personal portfolio website, built with Next.js, TypeScript, and styled-components for a modern, responsive design. The website showcases my skills, projects, and experiences in a clean layout. It’s designed to be easily customizable and optimized for performance, delivering a smooth user experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published