Skip to content

πŸš€ Software Developer Portfolio Template that helps you showcase your work and skills as a software developer. (This is currently not being maintained)

License

Notifications You must be signed in to change notification settings

saadpasta/developerFolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Software Developer Folio ⚑️ GitHub GitHub stars All Contributors Codacy Badge

A clean, beautiful and responsive portfolio template for Developers!

Just change src/porfolio.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 Please don't hesitate to open an pull request.

Sections

βœ”οΈ Summary and About me
βœ”οΈ Skills
βœ”οΈ Open Source Projects Connected with Github
βœ”οΈ Big Projects
βœ”οΈ Achievements And Certifications πŸ†
βœ”οΈ Blogs
βœ”οΈ Talks
βœ”οΈ Podcast
βœ”οΈ 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/saadpasta/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.

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

const gretting = {
  /* Your Summary And Gretting Section */
  title: "Hi all πŸ‘‹ I'm Saad",
  subTitle: "A passionate Full Stack Software Developer πŸš€.
  resumeLink: "https://drive.google.com/file/d/1ofFdKF_mqscH8WvXkSObnVvC9kK7Ldlu/view?usp=sharing"
};

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


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.

Deploy To Netlify

License πŸ“„

This project is licensed under the MIT License - see the LICENSE.md file for details

For the Future

If you can help us with these. Please don't hesitate to open a pull request.

  • Connect with LinkedIn to get Summary, Skills, Education and Experience

  • Move to Gatsby

  • Enable Dark Mode

  • Add More Sections and Move to Multi Page

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Saad Pasta

πŸ’» πŸ“– 🎨 🚧

Fawad Ali

πŸ€” πŸ’»

Dasun Navoda

πŸ“–

Kartik Choudhary

πŸ’» 🎨 πŸ€”

Brian Teeman

πŸ“–

Rajkumar S

πŸ’»

Slim Coder

πŸ’» πŸ“–

Naveen M K

πŸ’»

Mohamed Sayyaf

πŸ“–

Ashutosh Hathidara

πŸ’»