Developer Portfolio
Developer Portfolio is a web template made for developers to present themselves based on NextJS.
Table of Contents
Demo
Tech Stack
Frontend: HTML5 / CSS3 / ReactJS / NextJS
Quick start
Clone the repo
  git clone https://github.com/blaiti/Developer-Portfolio.git
Install Developer Portfolio with npm
  cd Developer-Portfolio
  npm install
Run Locally
To run locally, run the following command
  npm run dev
Deployment
To create a production build
  npm run build
File Structure
Within the download you’ll find the following directories and files:
Developer-Portfolio
.
├── package.json
├── package_lock.json
├── tsconfig.json
├── next-env.d.ts
├── next.config.js
├── components
│   ├── About.tsx
│   ├── Footer.tsx
│   ├── Header.tsx
│   └── NavBar.tsx
├── pages
│   ├── _app.tsx
│   └── index.tsx
├── public
│   ├── favicon.ico
│   ├── icons
│   │   ├── code.svg
│   │   ├── design.svg
│   │   ├── facebook.svg
│   │   ├── github.svg
│   │   ├── instagram.svg
│   │   ├── linkedin.svg
│   │   ├── phone.svg
│   │   └── youtube.svg
│   └── images
│       ├── blaiti.png
│       └── partners
│           ├── artisty.png
│           ├── directy.png
│           ├── khedma-lik.png
│           ├── wallety.png
│           └── telefy.png
└── styles
    └── global.css
							
			