Intention
The goal of this project is to learn the basics of programming a working bot that has limited but functional capabilities.
Context
The idea was to creaete a MeBot that would talk to other people about the developer of the app. Anyone who wants to know more about the developer of the app can ask a series of questions from the menu.
Process
I used atom to write and edit my code. I then used Ruby to run the code and test it. Then I uploaded the code to local Github desktop, pushed it to Github cloud. Then I connected that to Heroku to host my website. To make it conversational, I setup a twilio account and connected that to heroku. Then, the Giribot was ready to answer your questions about me
Reflection
Coding requires attention to detail. Even small things like capital letters can ruin the whole program.