Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.18 KB

README.md

File metadata and controls

65 lines (47 loc) · 2.18 KB

Printing Press (Reactjs-Website) 🖨


Printing Press Services

Responsive portfolio website of a Printing Press displaying services offered & sample works


📸 Screenshots


13 11 12


👋🏻 Walkthrough

  1. Install all the dependencies.
npm install node-modules --save
npm install react-router-dom --save
npm install emailjs-com --save
  1. Create Emailjs account and set the Gmail Service, Gmail Template and click Save. (Verify it by sending a dummy Email)

  2. 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)')
  1. Run the react website on local host through node package manager.
npm start

⚙ Technology Stacks


Remember to 🌟 this repository