Just created some components for my cash tracker website! Created the Jar and Money components and am ready to move onto the animations :)
Just created some components for my cash tracker website! Created the Jar and Money components and am ready to move onto the animations :)
Just finished my first slack bot! I added three different commands into the bot, which allowed me to explore a few different capabilities of the slack bolt api.
/mk-quote [category]: allows you to get random quote for a category. This allowed me to try out different quotes apis and work with axios
/mk-animal-photo: allows you to get random photo/gif of a random animal (dog, duck, cat). This allowed me to learn about blocks as an argument for respond, allowing me to send images in a chat
/mk-latest-announcement: reads the latest announcement in the announcements channel and reports it to you. This allowed me to learn about chat reading capabilities and more about the importance of scopes