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.
- 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.
To run this project locally, you need:
- Node.js (v16 or higher recommended)
- npm or yarn for dependency management
- Clone the repository:
git clone https://github.com/qamarq/portfolio-page.git
- Navigate into the project directory:
cd portfolio-page
- Install dependencies:
pnpm install
- Setup .env*:
And fill
cp .env.example .env
.env
with your own data & keys
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.
To build a production-ready version of the site, run:
pnpm build & pnpm start
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.