I worked on the Messages app for the operating system, making it more interactive with JavaScript. I moved the conversation data into a separate messages.js file to keep the code organized and added group chats and DMs with different personalities. I also ran into a few bugs, including conversations is not defined, which turned out to be caused by an earlier error preventing messages.js from loading, and I accidentally used the wrong capitalization when calling a function. After fixing those, I got the app working with pre-generated conversations, message bubbles. The ability to send messages is coming soon!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.