Skip to content

CyberBoyAyush/JS-Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Portfolio

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

Netlify Deploy Netlify Deploy

Features

  • Single Page
  • Good Looking Design
  • Easy To Edit
  • Easy to Deploy
  • 24x7 Uptime (On Github Pages / Netlify)
  • 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

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.