Budget Butler at a glance

Here's a look at my first collaborative project called Budget Butler. the app was built to help a user create a shopping list with current prices, calculate the total with ease, and never have to worry about forgetting the list. We used React's library for a streamlined dynamic app. Drag and Drop was implemented to create an easy way of reorganizing the lists. the app makes calls to APIs to access prices and other info needed for a grocery list. we then use javascript to calculate the total price for the user, and twilio to send a text with the list after they finish building the list. MaterialUi was used to style most of the application. check out the live site here: Budget Butler, Github.


SportsTrack at a glance

This is a look at my first personal project SportsTrack. the apps was designed to keep track of scores when no standard scoreboard is available. I used React's library to kick things off, and JavaScript is used throughout for most of the functionality. I implemented sockets to enable spectators to watch real time updates of the score as the game progresses. styling was done with Sass, and HTML5. check out the live site here: SportsTrack, Github.