All Projects → MugheesMb → developerIdentity

MugheesMb / developerIdentity

Licence: MIT license
Developers Identity(Portfolio) Template that helps you showcase your work and skills as a software developer.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to developerIdentity

Developer Portfolio
Single page developer portfolio template.
Stars: ✭ 23 (+9.52%)
Mutual labels:  portfolio, github-page, portfolio-website, developers
Devportfolio
A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass
Stars: ✭ 3,582 (+16957.14%)
Mutual labels:  portfolio, skills, portfolio-website, portfolio-template
Developerfolio
🚀 Software Developer Portfolio Template that helps you showcase your work and skills as a software developer.
Stars: ✭ 2,814 (+13300%)
Mutual labels:  portfolio, portfolio-website, portfolio-template, reactjs-template
rajaprerak.github.io
Personal Portfolio Website
Stars: ✭ 188 (+795.24%)
Mutual labels:  portfolio, github-page, portfolio-website, portfolio-template
cmcodes1.github.io
😊 Here's my portfolio where you can see all my projects, blogs, and achievements.
Stars: ✭ 23 (+9.52%)
Mutual labels:  portfolio, github-page, portfolio-website
opPortfolio
A clean portfolio template made with ReactJS.
Stars: ✭ 29 (+38.1%)
Mutual labels:  portfolio, portfolio-template, reactjs-portfolio
BaseMax.Github.io
Max Base Personal Website.
Stars: ✭ 20 (-4.76%)
Mutual labels:  portfolio, github-page, portfolio-website
stringify.me
Quick and Easy Profiles (No Login Required)
Stars: ✭ 52 (+147.62%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
harshhhdev.github.io
Harsh Singh's personal blog and portfolio ⚡ built with Next.js
Stars: ✭ 23 (+9.52%)
Mutual labels:  portfolio, react-js, portfolio-template
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 (+504.76%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
Portfolio Template
An Open-Sourced Template for developers to show-off there skills. Made with ReactJS
Stars: ✭ 52 (+147.62%)
Mutual labels:  portfolio, skills, portfolio-website
Varadbhogayata.github.io
My Portfolio - Personal Website
Stars: ✭ 95 (+352.38%)
Mutual labels:  portfolio, github-page, portfolio-website
portfolio-react
A portfolio website built with react js
Stars: ✭ 108 (+414.29%)
Mutual labels:  portfolio, portfolio-website, react-js
Dopefolio
Dopefolio 🔥 - Portfolio Template for Developers 🚀
Stars: ✭ 2,047 (+9647.62%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
portfolio-html
🌍 Open source portfolio template built with plain Html, CSS and JavaScript for developers to create their portfolio website
Stars: ✭ 52 (+147.62%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
ezprofile
🚀 Create an automatic portfolio based on GitHub profile.
Stars: ✭ 344 (+1538.1%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+485.71%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
skyflash.github.io
🎨 My personal website
Stars: ✭ 108 (+414.29%)
Mutual labels:  portfolio, portfolio-website, portfolio-template
Personal Site
My personal website - built with React, React-Router, React-Snap for Static-Export, and GitHub Pages.
Stars: ✭ 324 (+1442.86%)
Mutual labels:  portfolio, github-page, portfolio-website
Cv
🎓 Best in Class modern CV, Resume and Portfolio website template. All-in-One-Page site with simply customizable builder.
Stars: ✭ 232 (+1004.76%)
Mutual labels:  portfolio, skills, portfolio-website

Software Developers Identity(portfolio) 🔥

The most amazing ,beautiful, simple and responsive portfolio template for Software Developers!

Made With React License

##Sections 📚

✔️ Summary and About me
✔️ Skills
✔️ Github Profile
✔️ Projects
✔️ Contact me

To view a live example, click here

Getting Started....

  • The website is completely built on react-js framework of javascript and that's why we need nodejs and npm installed.
  • After the successful installation of nodejs and npm, clone the repository into your local system using below command:
# Clone this repository
$ git clone https://github.com/MugheesMb/developerIdentity.git

# Go into the repository
$ cd developerIdentity

# Install dependencies
$ npm install

#Start's development server
$ npm start

Customize it to make your own portfolio ✏️

package.json

Open this file, which is in the main cloned directory, choose any "name" and change "homepage " to https://<your-github-username>.github.io. Do not forget the https://, otherwise fonts will not load.

Personal Information

First of all go to src/components/main/Main and go to line number 17

 I' m Your name.</span> change this with your name

Skills

Now go to src/component/data/skillsData and change this with your skills..

 {
        id: '1',
        title: 'HTML5 / CSS3',     // change this with your skill name
        icon: 'fab fa-html5',       // go to fontawsome and find your desire icon and paste it here
        percent: 99,             // change this to how much  percent you are good at this skills
        barloading: 98           // barloading show on  display
        
    },
    {
        id: '2',
        title: 'SASS / SCSS / Responsive web',             // change this with your skill name
        icon: 'fab fa-sass',                       // go to fontawsome and find your desire icon and paste it here
        percent: 90,             // change this to how much  percent you are good at this skills
        barloading: 90        // barloading show on  display
    },
    
    Do same with rest of skills and if you want to add more skills then , just copy this and paste and change its id to next number ...
    
    {
        id: '2',
        title: '',
        icon: '',           
        percent: ,          
        barloading:  
    },

Projects

Now go to src/component/project/Projectdata and change this with your project data...

{
        info: 'write your app little info here',
        linkUrl: 'deployment link',   
      title: '  your app name',
      imageUrl: df ,          
      id: 1,
    },
    {
      info: 'write your app little info here',
      linkUrl: 'deployment link',
    title: '  your app name',
      imageUrl: df,
      id: 2,     
    },

if you want to add more projects then , just copy this and paste and change its id to next number ...

 info: 'write your app little info here',
        linkUrl: 'deployment link',   
      title: '  your app name',
      imageUrl: df ,          
      id: 1,

if you want to do changing in about me , then you do by going to src/component/about/About and line number 15

Contact Me

Now go to src/component/footer/footer and change this with your information

 <span > write your email here </span>          //  On line number 16 
 
  <span > write your number here </span>                // on line number 22
  
  <span >  put your linkdin link here</span>  on line number 24
  

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://developerfolio.js.org/ in homepage variable. For example, if you want your site to be https://<your-username>.github.io/developerIdentity, add the same to the homepage section of package.json.

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

Contributing 💡

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

plz give star on github :)

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].