Giter Club home page Giter Club logo

developerportfolio's Introduction

A clean, 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
✔️ My Projects
✔️ Achievements And Certifications 🏆
✔️ Contact me

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/dharanim04/developerFolio.git

# Go into the repository
$ cd developerFolio

# Install dependencies
$ npm install

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

Copy the token and open Chrome Developer Console to convert your token to base64 so github do not revert your token when you push your token to git

# Open your Chrome Developer Console console paste the token inside btoa
$ btoa("YOUR GITHUB TOKEN")

Copy your converted token and paste it in /src/portfolio.js

  const openSource = {
  /* Your Open Source Section to View Your Github Pinned Projects */
  /* To know how to get github key look at readme.md */
  
  githubConvertedToken: "Your Github Converted Token",
  githubUserName: "Your Github Username"
};

Change and customize every section according to your need.

To Change website content go to /src/portfolio.js & modify it as per your need.

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.

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

const greeting = {
  /* Your Summary And Greeting Section */
  title: "Hi all I'm Saad",
  subTitle: emoji("A passionate Software Developer 🚀"),
  resumeLink: ""
};

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


const skillsSection = { .... }

const techStack = { .... }

const openSource = { .... } 

const bigProjects = { .... }

const achievementSection = { .... }

const blogSection = { .... }

const contactInfo = { .... }

const twitterDetails = { ... }

Adding Twitter Timeline to your Page

Insert your Twitter username in portfolio.js to show your recent activity on your page.

const twitterDetails = {
  userName : "Your Twitter Username"
};

Note: Don't use @ symbol when adding username..

Technologies used 🛠️

Illustrations

Deployment 📦

Once you have done with your setup. You need to put your website online! I highly recommend to use Github Pages to achieve this on the EASIEST WAY.

You could also deploy it directly with Netlify by linking your own repo.


developerPortfolio

developerportfolio's People

Contributors

dharanim04 avatar muhammadkashaf avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

taufiq-ai

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.