JS-Portfolio icon indicating copy to clipboard operation
JS-Portfolio copied to clipboard

Portfolio made with node js single page with projects page. (Easy to deploy)

JS-Portfolio

A simple single page minimal looks portfolio made with node js. (Easy to Deploy).

Demo Live Site

Netlify Deploy Netlify Deploy

Features

  • [X] Single Page
  • [X] Good Looking Design
  • [X] Easy To Edit
  • [X] Easy to Deploy
  • [X] 24x7 Uptime (On Github Pages / Netlify)
  • [X] Support

Dont Forget To 🌟Star and 🍴Fork This Repo 💙

Need Help?

twitter badge telegram badge mailid badge

Set It Up In Your Local Machine

Clone Repo:

git clone https://github.com/CyberBoyAyush/JS-Portfolio.git

Install NPM

npm install

Run In Localhost

npm run dev

Make Your Edits

  • Go to config.js and replace my username with your usernames. It will automatically fetch all data just simple as that.

Push Edited Code On Github

git add .
git commit -m "Type Your Message"
git remote remove origin
git remote add origin {your_repo}
git push origin [branch_name]
  • Instead of your_repo add your repo link.
  • Instead of branch_name add origin branch (default is master).

Deploy Simple-Portfolio on Netlify

Click on below button to deploy it on Netlify

Netlify Deploy

Deploy JS-Portfolio on Vercel

Deploy with Vercel

Credits:

  • Aryan Vikash bhai for his wonderful portfolio repo. (This repo is clone of his repo only but added more Language section and easy to deploy options with a good documented readme.) All code credits goes to him.

LICENSE📋

GNU GPLv3 Image

  • Copyright (C) 2021-2022 by CyberBoyAyush@Github, < https://github.com/CyberBoyAyush >.

JS-Portfio is Free Template: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.