• Stars
    star
    409
  • Rank 103,596 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ”₯ The Complete Customizable Software Developer Portfolio Template which lets you showcase your work and provides each and every detail about you as Software Developer.

PortfolioV2

PortfolioV2

A clean portfolio template. (Readme will be updated soon)

Sections

  • Home
  • Education and Certificates
  • Experience
  • Projects
  • Contact and Resume

How To Use

  • Clone this repository (or fork, then clone your fork :) )
  • Run npm i
  • Check it out using npm start

How Do I Customize

  • Replace homepage in package.json to your domain name or https://<username>.github.io
  • In src/portfolio.js you can add your personal portfolio details.
  • In src/theme.js you can change the theme colors. You can change between Light and Dark theme with the theme switch on the header.

How to Deploy

  • Once you are done with your setup and have successfully completed all steps above, you need to put your website online!
  • I highly recommend using Github Pages to achieve this the EASIEST WAY.
  • To deploy your website, you have two options. First you need to create a github repository with the name <your-github-username>.github.io. Please don't give it any other name.
  • Now, you need to generate a production build and deploy the website.

Option 1:

  • Run npm run build to generate the production build folder.
  • Enter the build folder, git init and push the generated code to the master branch of your new repository. That's it. Done. You may need to git init and force push at every new build.

Option 2 (will not work with user pages):

  • Run npm run deploy to build and create a branch called gh-pages. It will push the build files to that branch.
  • The last step in deploying is to enable Github Pages in settings of the repository and select gh-pages branch.

Now, your website is successfully deployed and you can visit it at <your-github-username>.github.io.

Technologies used πŸ› οΈ

illustrations πŸ₯

References

Based on https://github.com/ashutosh1919/masterPortfolio/ and https://github.com/saadpasta/developerFolio Illustrations: https://undraw.co/

More Repositories

1

landing-page-template

A Simple Product or Company Landing Page Made Using React.JS.
JavaScript
14
star
2

github-theme-portfolio

A Simple Portfolio Website made using ReactJS on GitHub Theme
JavaScript
5
star
3

harikanani

4
star
4

cloudShare-backend

An API to share files with friends, family, students, teachers, groups, etc.
JavaScript
3
star
5

AutomateInstaPyBot

This is Instagram Bot. This will login to your Instagram account. Follow Users, Unfollow Users, Remove Profile Photo
Python
2
star
6

portfolio-builder

πŸ”₯ The Complete Customizable Software which lets you create Developer Portfolio to showcase your work and provides each and every detail about you as Software Developer.
CSS
2
star
7

e-commerce-mongodb-hackathon

An E-commerce website built using MERN[Mongo, Express, React, Node] stack and we have also added stripe payment gateway integration [in test mode].
JavaScript
2
star
8

retweet-nodejs

A Twitter Bot to retweet the tweet that contains #NodeJs
JavaScript
1
star
9

top-crypto-gainers

A top high price changed crypto coins wring 24 hours
JavaScript
1
star
10

Copy-Command

I have made Copy Command (CP Command) of Windows using C++
C++
1
star
11

Merge-Command

I have made this Merge Command of Windows Using C++.
C++
1
star
12

Python-Digital-Clock

Project To Make Your own Digital Clock Using Python
Python
1
star
13

personal-portfolio

A simple command line interface based quiz app to know more about me :)
JavaScript
1
star
14

Download-Me

YouTube Playlist Downloader, Build using Node.JS, googleapis and ytdl-core.
JavaScript
1
star
15

image-gallery

A Simple ReactJS website for Photos Library
JavaScript
1
star
16

Linkedin-Clone

A Linkedin Clone build using ReactJS, Material-UI, Firebase.
JavaScript
1
star
17

node_express_crud_api_starter

Basic and Simple NodeJS CRUD starter kit to start development faster and easy way
JavaScript
1
star