All Projects → saadpasta → Developerfolio

saadpasta / Developerfolio

Licence: gpl-3.0
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to Developerfolio

glassFolio
Developer Portfolio Template in Glassmorphism UI
Stars: ✭ 61 (-97.83%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolios, portfolio-template, developer-portfolio
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (-87.78%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolio-template, developer-portfolio
stringify.me
Quick and Easy Profiles (No Login Required)
Stars: ✭ 52 (-98.15%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolios, portfolio-template
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (-93.32%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolio-template, developer-portfolio
My-Alternate-Portfolio-Website
Portfolio Website generated using Jekyll, Sass, and Gulp.js, to showcase my web presence, résumé, story, & featured projects with a Particle.js aligned theme.
Stars: ✭ 127 (-95.49%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolio-template, developer-portfolio
DeveloperFolio
Flutter web - DeveloperFolio template
Stars: ✭ 143 (-94.92%)
Mutual labels:  portfolio, portfolio-website, portfolios, developer-portfolio
Dopefolio
Dopefolio 🔥 - Portfolio Template for Developers 🚀
Stars: ✭ 2,047 (-27.26%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolio-template
AVS1508.github.io
Personal Résumé Website developed using ReactJS and Bootstrap and hosted on Github Pages. Displays my web presence, story, work experience, education, projects, achievements, and contact information.
Stars: ✭ 24 (-99.15%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, developer-portfolio
harshhhdev.github.io
Harsh Singh's personal blog and portfolio ⚡ built with Next.js
Stars: ✭ 23 (-99.18%)
Mutual labels:  portfolio, portfolio-site, portfolios, portfolio-template
developerIdentity
Developers Identity(Portfolio) Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 21 (-99.25%)
Mutual labels:  portfolio, portfolio-website, portfolio-template, reactjs-template
programmergaurav.github.io
Portfolio
Stars: ✭ 27 (-99.04%)
Mutual labels:  portfolio, portfolio-website, portfolio-site, portfolio-template
Devportfolio
A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass
Stars: ✭ 3,582 (+27.29%)
Mutual labels:  portfolio, portfolio-website, template, portfolio-template
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (-98.15%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
Lichter.io
My own website and CV
Stars: ✭ 105 (-96.27%)
Mutual labels:  hacktoberfest, portfolio, portfolio-website
Dev Folio
🔥 A collection of Free Portfolio templates for developers.
Stars: ✭ 120 (-95.74%)
Mutual labels:  hacktoberfest, portfolio, template
cmcodes1.github.io
😊 Here's my portfolio where you can see all my projects, blogs, and achievements.
Stars: ✭ 23 (-99.18%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
caglarturali.github.io
Personal portfolio website repository.
Stars: ✭ 260 (-90.76%)
Mutual labels:  portfolio, portfolio-website, developer-portfolio
website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-99.32%)
Mutual labels:  portfolio, portfolio-website, portfolio-site
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (-96.62%)
Mutual labels:  portfolio, portfolio-website, template
anniew.xyz
My Personal Website / Portfolio
Stars: ✭ 41 (-98.54%)
Mutual labels:  portfolio, portfolio-website, portfolio-site

Software Developer Folio ⚡️ GitHub GitHub stars All Contributors

A clean, beautiful and responsive portfolio template for Developers!

Just change src/portfolio.js to get your personal portfolio. Customize portfolio theme by using your own color scheme globally in the src/_globalColor.scss file. Feel free to use it as-is or personalize it as much as you want.

If you'd like to contribute and make this much better for other users, have a look at Issues.

Created something awesome for your fork of the portfolio and want to share it? Feel free to open a pull request.

Table of Contents

Portfolio Sections

✔️ Summary and About me
✔️ Skills
✔️ Education
✔️ Work Experience
✔️ Open Source Projects Connected with GitHub
✔️ Big Projects
✔️ Achievements And Certifications 🏆
✔️ Blogs
✔️ Talks
✔️ Podcast
✔️ Contact me
✔️ Twitter Timeline
✔️ 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 -t -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

# Setup default environment variables

# For Linux
cp env.example .env
# For Windows
copy env.example .env

# Install dependencies
npm install

# Start a local dev server
npm start

Linking Portfolio to GitHub

Generate a GitHub personal access token following these instructions (make sure you don't select any scope just generate a simple token). If you are using GitHub Actions to deploy your portfolio you can skip this section.

  1. Create a file called .env in the root directory of your project (if not done already in section: How To Use)

Note: Configuring environment variables before deploying your portfolio is highly recommended as some components depend on API data.

- DeveloperFolio
  - node_modules
  - public
  - src
  - .env         <-- create it here
  - env.example  <-- this is the base file
  - .gitignore
  - package-lock.json
  - package.json
  1. Inside the .env file, add key REACT_APP_GITHUB_TOKEN and assign your GitHub token like this, also add your username as GITHUB_USERNAME
// .env
REACT_APP_GITHUB_TOKEN = "YOUR GITHUB TOKEN HERE"
GITHUB_USERNAME = "YOUR GITHUB USERNAME"

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

Warning: Treat your tokens like passwords and keep them secret. When working with the API, use tokens as environment variables instead of hardcoding them into your programs.

Note: Open Source Projects section only show pinned items of your GitHub. If you are seeing something as shown below, follow these instructions.

ERROR

If the above solution still doesn't work, visit the wiki page.

Linking blogs section to Medium

Optionally, you can link the blogs section to your medium user account:

  • Inside the .env file, add key MEDIUM_USERNAME and assign your Medium username
// .env
MEDIUM_USERNAME = "YOUR MEDIUM USERNAME"
  • For Github Action, change the environment variable MEDIUM_USERNAME in .github/workflows/deploy.yml

Set displayMediumBlogs to true or false in portofolio.js to display fetched Medium blogs, defaults to true.

Change and customize every section according to your need.

Personalize page content in /src/portfolio.js & modify it as per your need. You will also need to modify index.html to change the title and metadata to provide accurate SEO for your personal portfolio.

/* 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 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 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.

Customize Lottie Animations

You can choose a Lottie and download it in json format from from sites like this. In src/assets/lottie, replace the Lottie json file you want to alter with the same file name. If you want to change the Lottie options, go to src/components/displayLottie/DisplayLottie.js and change the defaultOptions object, you can refer react-lottie docs for more info on the defaultOptions object.

Adding Twitter Time line 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.

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.

Configuring GitHub Actions (Recommended)

First you should enable, GitHub Actions for the repository you use.

The Profile and the Repository information from GitHub is only created at the time of deploy and the site needs to be redeployed if those information needs to be updated. So, a configurable CRON Job is setup which deploys your site every week, so that once you update your profile on GitHub it is shown on your portfolio. You can also trigger it manually using workflow_dispatch event, see this guide on how to do that.

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://developerfolio.js.org/ 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.

Deploy To Netlify

For more information, read hosting on Netlify.

Technologies Used

Illustrations

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

  • Add More Sections

Project Maintainers


Saad Pasta

Kartik Choudhary

Naveen M K

Muhammad Hasham

Contributors

Thanks goes to these wonderful people (emoji key):


Fawad Ali

🤔 💻

Dasun Navoda

📖

Brian Teeman

📖

Rajkumar S

💻

Slim Coder

💻 📖

Mohamed Sayyaf

📖

Ashutosh Hathidara

💻

Rizwan Jamal ⚡️

📖

Muhammad Hasham

💻

UJJAWAL JOSHI

💻

Palak Sethi

💻

Vinicius Barbosa

💻

Bharat Kammakatla

🎨

Garima Singh

💻

Henry Heng

💻 🎨

Pulkit Banta

💻 🐛

Akshay Kumar

💻 🐛

Amna Ejaz

💻 🤔

Paras Nagpal

💻

Sparsh Garg

💻

Aashutosh Rathi

💻

Abhishek Kashyap

🐛

Lucas V C Nicolau

📖

Bradley C. Herrin

📖 🤔

Zekinah Lecaros

💻

unbeat

📖

Arshad Ahmed

📖

Xiaohui Liu

📖 💻 🎨

Seungyeon-Lee

💻

Najam Shehzad

💻

Randy Jesus Real Srsen

💻

Tamojit Das

📖

Waren Gonzaga

💻

Benjamin Bourgeois

💻

Keshav Jain

💻

Hanzla

💻

Yogesh Rathod

📖

Kunal Mundada

📖

Anubhav Gupta

💻

Vatsal Dave

💻

Elvis Ciuffetelli

💻

Scott Jellen

💻 🎨

Karthik Mohan

🐛

mhowell11

📖

gajanandh

🐛

JooHyukKim

💻

Red Headphone

💻

Sunit Roy

🐛

Atir Nayab

🐛

Shehriyar Qureshi

💻

respectech

💻

Brayden

🐛

Canciu Costin

💻

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].