DavoA / FinalAction

for Github Action exam
0 stars 1 forks source link

:octocat: Simple Newsletter Website

Using this website a user can SignUp for a newsletter and the data world be send and saved in MailChamp's server via MailChamp API.

Note from Owner


This is a simple website made using,

  1. Node.js
  2. express.js
  3. Body-parser Module
  4. HTTPS Module
  5. requests Mobule


:octocat: To install modules and frameworks

Run the commands from below in your vs-code project folder terminal.

  npm i node
  npm i express
  npm i body-parser
  npm i reuests

:octocat: Cloning this repo:

:octocat: Using MailChamp API:

  1. Create a free account at -- Create Free Account!
  2. Fllow the documentation for generating API key, list ID and further elaboration --Click Here

:octocat: Example preview of website:

Screenshot 2023-01-01 120016

:octocat: Sample Data saved in MailChamp DataBase:

Screenshot 2023-01-01 120213

:octocat: If the user Enters valid data then the success.html page will show up:

Screenshot 2023-01-01 121158

:octocat: If there was a problem in sending data then the failure.html page will show up:

Screenshot 2023-01-01 121226

:octocat: Note:

I made this website while learning Full-Stack Web Development and please feel free to suggest any changes. Thanks!



Don't forget to leave a star ⭐️