Giter Club home page Giter Club logo

bharatkammakatla / developer-portfolio Goto Github PK

View Code? Open in Web Editor NEW
168.0 3.0 32.0 105.21 MB

๐Ÿš€ Portfolio site to showcase all your experience and learnings.

Home Page: https://bharatkammakatla.com

License: GNU General Public License v3.0

HTML 4.97% JavaScript 57.22% Dockerfile 0.81% CSS 37.00%
reactjs react developer-folio portfolio-website portfolio-site portfolio-template single-page-site developer-portfolio single-page-portfolio

developer-portfolio's Introduction

Software Developer Portfolio โšก๏ธ

A simple, beautiful and responsive portfolio template for Developers!

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

Sections

โœ”๏ธ Summary and About me
โœ”๏ธ Skills
โœ”๏ธ Projects
โœ”๏ธ Certificates
โœ”๏ธ Blogs
โœ”๏ธ Contact me
โœ”๏ธ Github Profile

To view a live example, click here

Getting Started ๐Ÿš€

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 or use Docker.

Docker Commands

1) BUILD IMAGE : docker build -t developerfolio:latest .
2) RUN IMAGE: docker run -p 3000:3000 developerfolio:latest

How To Use ๐Ÿ”ง

From your command line, clone and run developerFolio:

# Clone this repository
$ git clone https://github.com/BharatKammakatla/Developer-Portfolio.git

# Go into the repository
$ cd developerFolio

# Install dependencies
$ npm install

#Start's development server
$ npm start

Github Setup For Open Source Projects

Generate a Github personal access token using these Instructions Make sure you don't select any scope just generate a simple token

  1. Create a file called .env in the root directory of your project.
- DeveloperFolio
  - node_modules
  - public
  - src
  - .env         <-- create it here
  - .gitignore
  - package-lock.json
  - package.json
  1. Inside the .env file, add key REACT_APP_GITHUB_TOKEN and assign your github token like this.
 // .env

  REACT_APP_GITHUB_TOKEN = "YOUR GITHUB TOKEN HERE"

};

Set showGithubProfile to true or false to show Contact Profile using Github, defaults to false.

Note: Projects section only show pinned items of your Github. If you are seeing this, please follow this Instructions.

Change and customize every section according to your need.

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

/* Change this file to get your Personal Porfolio */

For example: To change greeting section just update the below block with your details:

const greeting = {
  /* Your Summary And Greeting Section */
  title: "Hi all I'm Bharat",
  subTitle: emoji("Software Developer ๐Ÿš€ | Test Automation Engineer โš™๏ธ | Data Science Enthusiast ๐ŸŽ“"),
  resumeLink: "https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing"
};

const socialMediaLinks = {
  /* Your Social Media Link */
  github: "https://github.com/bharatkammakatla",
  linkedin: "https://www.linkedin.com/in/bharatkammakatla/",
  gmail: "[email protected]"
};

Similarly, you can also update all other sections.

const skillsSection = { .... }

const techStack = { .... }

const workExperience = { .... } 

const openSource = { .... } 

const bigProjects = { .... }

const achievementSection = { .... }

const blogSection = { .... }

const contactInfo = { .... }

const twitterDetails = { ... }

Using Emojis

For adding emoji ๐Ÿ˜ƒ into the texts in Portfolio.js, use the emoji() function and pass the text you need as an argument. This would help in keeping emojis compatible across different browsers and platforms.

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 Github Pages

This section guides you to deploy your portfolio on Github pages.

  • Navigate to package.json and enter your domain name instead of https://bharatkammakatla/ in homepage variable. For example, if you want your site to be https://<your-username>.github.io/developerFolio, add the same to the homepage section of package.json.

  • In short you can also add /devloperFolio to package.json as both are exactly same. Upon doing so, you tell create-react-app to add the path assets accordingly.

  • Optionally, configure the domain. You can configure a custom domain with GitHub Pages by adding a CNAME file to the public/ folder.

  • Follow through the guide to setup GitHub pages from the official CRA docs here.

Deploying to Netlify

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

For more information, read hosting on Netlify.

Technologies used ๐Ÿ› ๏ธ

Illustrations

License ๐Ÿ“„

This project is licensed under the GPL-3.0 License - see the LICENSE file for details

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Saad Pasta

Kartik Choudhary

Naveen M K

developer-portfolio's People

Contributors

9inpachi avatar aashutoshrathi avatar abhishekashyap avatar akshaychd avatar allcontributors[bot] avatar ashutosh1919 avatar bharatkammakatla avatar brianteeman avatar garimasingh128 avatar henryhengzj avatar iamdzn avatar joshiujjawal22 avatar kartikcho avatar msayyaf1 avatar naveen521kk avatar palak-sethi avatar parasnagpal avatar pulkitbanta avatar rajkumaar23 avatar rizwanjamal avatar saadpasta avatar sparsh-99 avatar strangeforloop avatar viniciusbds avatar vivekanand999 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

developer-portfolio's Issues

Demo Link Site is Hacked

Describe the bug
The demo link which is possibly the developers site has been hacked and suffers from possible XSS

To Reproduce
Steps to reproduce the behavior:

  1. Click Demo link in controlled environment

Expected behavior
View the demo site

Is this responsiveness Issue
NO

Deployment Fail

Hi There,

I am facing issue when I try to use this tempalte. here is ther error.

remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Hebaka/hebakahmed.github.io.git/'
Running post deployment cleanup jobsโ€ฆ ๐Ÿ—‘๏ธ
/usr/bin/git worktree remove github-pages-deploy-action-temp-deployment-folder --force
fatal: 'github-pages-deploy-action-temp-deployment-folder' is not a working tree
Error: The process '/usr/bin/git' failed with exit code 128
Deployment failed! โŒ

Could you please tell me how to solve this issue?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.