Clone the project
git clone https://github.com/jahidulislamzim/developerinfo.git
Go to the project directory
cd developerinfo
Install dependencies
npm install
Start the server
npm run start
Customize data
Change your data from developerinfo > src > data > data.js file
Customize images and resume
Replace the picture under developerinfo > src > Assets.
if you change profile Picture then change image from MyPicture folder and change your file name with file extention (.png .svg etc) data.js file.
You may update all of your photos and resume in this manner.
customize contact me section
Open accoutn in https://www.emailjs.com
add new service from 'Add Service' and add gmail
Create a new template and copy template from here
Email Subject:
New message from {{name}}
Replay to :
{{email}}
Email Body:
Hello!
You got a new message from {{name}}:
{{message}}
Best wishes,
{{name}}
{{email}}
Copy your template id, service id and public id And replace in data.js file contact section.
Congratulation You Are done!
Build And Deploy
npm run build
Copy build folder and deploy your site and enjoy. You can deploy your site in netlify.
If you're having trouble understanding the procedure, pleace contact with me.