DEV Community

Discussion on: Master-Portfolio :Create a Portfolio Website in Minutes

Collapse
 
roninjosue profile image
Reynaldo Josué Cano Bárcenas

Hello, it is a very nice design, I would love to be able to use it for my portfolio

Collapse
 
vimal profile image
VIMAL KUMAR

Thanks, Use this

GitHub logo vimalverma558 / Master-Portfolio

A clean, beautiful, responsive and 100% customizable portfolio template for Developers!

Master-Portfolio

Netlify Status GitHub forks GitHub Repo stars GitHub GitHub top language GitHub repo size GitHub issues Website GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub commit activity Run on Repl.it

Open in Gitpod Website Website

Master-Portfolio

  • A clean, beautiful, responsive and 100% customizable portfolio template for Developers!
  • The website is completely built on react-js framework of javascript🔥.
  • In this project, there are basically Personal Information that you need to change to customize this to anyone else's portfolio
  • You will find src/Name.js file which contains the complete information about the user. The file looks something like below
  • const greeting = {
        title: "Your Name"
        logo_name: "Name"
        subTitle
        "subTitle."
    }
    const socialMedia = {
        facebook: "Your facebook link",
        twitter: "Your twitter link",
        instagram: "Your instagram link",
        github: "Your github link",
        gitlab: "Your gitlab link",
        devto: "Your devto link",
        mailto: "mailto:Your mail"
    };
    const about = {
        School: "Your School Name",
        College: "Your College Name",
        university: "Your university Name",
        Home: "Your Home city"
    };
    const projects = [
    {
        id: "1",
        name: "project 1",
        Description: "this is Description",
        Code_Link: "this is code link",
        Live_link: "this is