A contact form built using Node.js
##Installation and Usage
To install and run, download repository and run it by using the command, node server.js in the directory where server.js is located at.
After downloading the repository, navigate to index.html in the public directory, and add the email you would like to recieve requests, highlighted by the // enter your email account comment.
##Technologies Used Frontend: HTML5, CSS3, JavaScript
Backend: Node.js, Express.js, Nodemailer
##Notes You may need to allow email via SMTP in your Gmail account.