Set a reminder and get a mail.
node:
web framework.ejs:
templating and rendering frontend.nodemailer:
dending the mails.node-schedule:
scheduling.Mdbootstrap:
frontend.
The live project is deployed on https://mail-reminder.herokuapp.com. You may use it to set reminders.
-
Install Node.js to your local workstation
-
After you've cloned the repository, install the dependencies with
npm
.npm install
After completing installation run it with the command
node app.js
We are open to enhancement and bug fixes: fork and clone this repository, submit a pull request and we'll test your changes before merging them!