Please create a real-time chat and messaging platform called TalkLoop, where each user has a unique TalkLoop number in the same format as a standard phone number. When any user (including me) first signs up to TalkLoop, they should be required to enter their email, first and last name, and a standard TalkLoop number of their choice. Every user, once signed up, should be able to 1) call other TalkLoop users by dialing their number, 2) text a user while they are in a call with that same user, 3) leave text messages for a user even if that user isn’t available for a call, and 4) save users in an alphabetical contacts list, from which they can automatically dial the TalkLoop numbers of those users. Sleek, green-and-black UI.
This project was built with Lovable.
Live app: https://loop100.lovable.app
Continue developing this project in the Lovable editor.
main on GitHub and your changes sync back into Lovable, ready for your next prompt.Prefer working locally? You need Node.js and npm — install with nvm.
git clone <this-repository-url>
cd <repository-name>
npm i
npm run dev