Developer Portfolio is a web template made for developers to present themselves based on NextJS.
Frontend: HTML5 / CSS3 / ReactJS / NextJS
Clone the repo
git clone https://github.com/blaiti/Developer-Portfolio.git
Install Developer Portfolio with npm
cd Developer-Portfolio
npm install
To run locally, run the following command
npm run dev
To create a production build
npm run build
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