Responsive portfolio website of a Printing Press displaying services offered & sample works.
"Website Code Link"
- Install all of the dependencies.
npm install node-modules --save
npm install react-router-dom --save
npm install emailjs-com --save
-
Create Emailjs account and set the Gmail Service, Gmail Template and click Save. (Verify it by sending a dummy Email)
-
Type the Service_ID, Template_ID and USER_ID from emailjs registered account details in "Contact.js" page Line Number-10.
emailjs.sendForm('Service_ID', 'Template_ID', e.target, 'USER_ID(API user ID)')
- Run the react website on local host through node package manager.
npm start
(Remember to 🌟 this repository)