Newsletter Signup Webpage that is ready to be deployed
Was going to deploy using Heroku, but didn't want to pay fees
Features:
- Node.js
- Express.js
- Bootstrap
- Parsing user input
- Sending user input to MailChimp via API
- Page redirects
- Success/Failure signup pages
How to run application:
- Download repository
- Open downloaded repository with a command line interface
- Run 'npm install' and then 'nodemon app.js' in terminal in root directory of repository
- Visit the site by opening a browser and going to the url: 'localhost:3000'
Screenshots:
Main Page:
Filled out form:
Signup Success:
Info Reflected on MailChimp:
Signup Failure: