asadshahjahan / software-engineer-website

Software Engineer Website SPA built with react.

Home Page:https://asadshahjahan.github.io/software-engineer-website/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Software Engineer Website (React)

Software Engineer Website SPA built with react.

Installation Guide

  • Click on fork and star.
  • Follow this link for downloading nodejs and npm.
  • git clone https://github.com/asadshahjahan/software-engineer-website.git
  • cd software-engineer-website
  • npm install
  • npm start

Altering repo according to your data

Project Structure

public/
src/
  components/
  data/
    information.js
  static/
    profile_picture.jpg

Steps to update code

  • Get a picture profile_picture.jpg and copy it to src/static/ folder.
  • Open src/data/information.js in any editor
  • Find a code with export const Introduction
  • Add name, email, website.
  • Now, find social_icons and update links of your Github, Facebook or StackOverflow accounts.
  • Now, find export const Skills and add your skills using reference of css classes from https://konpa.github.io/devicon/.
  • Now, update Whats New, About, Experience and Education.

Host website on Github

Hall of Fame

I have used ReactJS(create-react-app) for making this interactive webpage. Other then that, I have used following packages: