/voicemail-changer-website

Voicemail changer service's website source

Primary LanguageJavaScript

Voicemail changer website

Voicemail changer website

The final individual project during Software Engineering Intensive course at New York Code and Design Academy.

App designed to create and set voicemail greeting for its users (uses TTS technology to generate audio from text and Twilio SDK to set it as a personal voicemail greeting)

Technologies used: Node.js / React / Next.js / JavaScript / ES6 / AWS Lambda, DynamoDB, SNS, Polly, Route 53, Serverless Framework / Twilio Programmable Voice

How to use

npm install
npm run build
npm run start

The dev mode is also support via npm run dev

Static HTML export

npm run build
npm run export

Deploy website to Github Pages

npm run deploy