Just change src/profile.js
to get your personal portfolio. Feel free to use it as-is or customize it as much as you want.
To Update the image go to src/styles/images.css
To change colors, go to src/styles/style.css
But if you want to contribute and make this much better for other developer raise a Issue.
If you created something awesome and want to contribute then feel free to open an pull request.
✔️ Full screen Intro
✔️ About Summary
✔️ Skills
✔️ Projects
✔️ Miscellaneous activities
✔️ Contact Form
✔️ Social Profile\
To view a live example, click here.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git and Node.js (which comes with npm) installed on your computer.
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
From your command line, clone and run developerFolio:
# Clone this repository
$ git clone https://github.com/kaustubhai/portfolio-template.git
# Go into the repository
$ cd portfolio-template
# Install dependencies
$ npm install
#Start's development server
$ npm start
/* Change this file to get your Personal Porfolio */
const header = { .... }
const about = { .... }
const skillsBar = { .... }
const projects = { .... }
const miscellaneous = { .... }
const contact = { .... }
const social = { .... }
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.
You could also host directly with Netlify by linking your own repository.
For more information, read hosting on Netlify.
If you can help us with these. Please don't hesitate to open a pull request.
-
Connect with Github API to get Pinned Projects directly
-
Add more Interactivity
-
Add More Sections