react-portfolio-template

A clean, beautiful, minimal and responsive portfolio template for Developers!

Just change src/yourdata.js to get your personal portfolio. Feel free to use it as-is or customize it as much as you want.

But if you want to contribute and make this much better for other developer have a look at Issues.

If you created something awesome and want to contribute then feel free to open an pull request.

Features

  • Responsive
  • Modern Design
  • Clean Animations
  • Easy to use

Sections

✔️ Header
✔️ Work
✔️ About
✔️ Skills
✔️ Contact

How To Use

From your command line, clone and run react-portfolio-template:

# Clone this repository
$ git clone https://github.com/chetanverma16/react-portfolio-template

# Go into the repository
$ cd react-portfolio-template

# Install dependencies
$ yarn

#Start's development server
$ gatsby develop

Personalize page content in /src/yourdata.js & modify it as per your need.

/* Change this file to get your Personal Porfolio */
 // Edit Values of these variables

name:"chetan",
headerTagline: [
    "Building digital",.... 
]

Deployment

When you are done with the setup, you should host your website online.
We highly recommend to read through the Deploying on Github Pages docs for React.

Deploying to Netlify

You could also host directly with Netlify by linking your own repository.

Deploy To Netlify

For more information, read hosting on Netlify.