Software Engineer Website SPA built with react.
- Click on fork and star.
- Follow this link for downloading
nodejs
andnpm
. git clone https://github.com/asadshahjahan/software-engineer-website.git
cd software-engineer-website
npm install
npm start
public/
src/
components/
data/
information.js
static/
profile_picture.jpg
- Get a picture
profile_picture.jpg
and copy it tosrc/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 fromhttps://konpa.github.io/devicon/
. - Now, update
Whats New
,About
,Experience
andEducation
.
I have used ReactJS(create-react-app) for making this interactive webpage. Other then that, I have used following packages: