Giter Club home page Giter Club logo

schedusend's Introduction

ScheduSend

ScheduSend is a web application that allows users to schedule SMS messages for sending at a later time. This project integrates with Twilio for sending SMS messages and Nodemailer for sending OTP verification emails.

ScheduSend

ScheduSend

ScheduSend

ScheduSend

Features

  • User authentication (signup, login, OTP verification)
  • Schedule SMS messages for future delivery
  • Email verification using OTP
  • Responsive design for mobile and desktop

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your local machine
  • A Twilio account for sending SMS messages
  • A Gmail account for sending OTP verification emails

Installation

To install and run ScheduSend locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/ScheduSend.git
    
    
  2. Navigate to the project directory:

    cd ScheduSend
    
  3. Install dependencies:

    npm install
    
  4. Set up environment variables: Create a .env file in the root directory and add the following variables:

    PORT=3000
    TWILIO_ACCOUNT_SID=your_twilio_account_sid
    TWILIO_AUTH_TOKEN=your_twilio_auth_token

Replace your_twilio_account_sid and your_twilio_auth_token with your actual Twilio credentials.

  1. Run the application:

    npm start

The application should now be running on http://localhost:3000.

Usage

  • Sign up for a new account or login if you already have one.
  • Verify your email address using the OTP sent to your email.
  • Once logged in, navigate to the "Send Message" page.
  • Enter the recipient's name, phone number, message content, and the desired send time.
  • Click the "Send Message" button to schedule the SMS for sending.
  • You'll be redirected to the "Send Message" page where you can see the status of your scheduled message.

Technology

  • Node.js
  • Express.js
  • MongoDB (with Mongoose)
  • Twilio (for sending SMS messages)
  • Nodemailer (for sending OTP verification emails)
  • HTML/CSS (with Bootstrap)
  • Handlebars (for templating)

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b feature)
  • Make your changes
  • Commit your changes (git commit -am 'Add feature')
  • Push to the branch (git push origin feature)
  • Create a new pull request

Acknowledgements

Demo

Watch the demo video below to see how the ScheduSend works:

ScheduSend Demo

schedusend's People

Contributors

vidhigoyal619 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.