Skip to content

dominguetigs/ps-scheduler

Repository files navigation

Scheduler

Schedule messages to your contacts!

Node.js version NPM version Angular version Made by Gustavo Domingueti

About   |    Access links   |    Technologies   |    How to use   |    How to contribute   |    Extra information

🔖 About

The Scheduler is a Web and Mobile application to help people schedule messages that will be sent to some contacts (the contacts can be informed by importing a csv file with the list of phone numbers or can be done by adding manually) for a certain day (s) and right time.

🔗 Access links

🚀 Technologies and libraries

The project was developed using the following technologies and libraries:

✔️ 💻 Desktop Result

Desktop result 1 Desktop result 2 Desktop result 3 Desktop result 4 Desktop result 5 Desktop result 6

✔️ 📱 Mobile Result

Mobile result 1 Mobile result 2 Mobile result 3 Mobile result 4 Mobile result 5 Mobile result 6 Mobile result 7

🔥 How to use

  • Prerequisites

    • It is necessary to have Node.js installed on the machine in the lts version.
    • Also, you need to have a package manager be it NPM or Yarn.
  1. Clone the repository:
  $ git clone [email protected]:dominguetigs/ps-scheduler.git
  1. Run the Application:
  # Install the dependencies
  $ npm install

  # Initialize the application
  $ npm run start:open

  # If you want to run externally on a mobile device
  $ npm run start:host

  # Tests
  $ npm run test

  # Build
  $ npm run build

♻️ How to contribute

  • Fork this repository
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature

📝 License

This project is under the MIT license. See the LICENSE file for more details.

ℹ️ Extra information

There is a file example.csv for testing purposes in extracting the phone book. 😃


Done with 💙 by Gustavo Domingueti