COneal81.github.io


Redux Lifecycle

Redux is a beautiful tool that we can use to keep our state from being too spread out between different components as our app becomes bigger. Redux allows us to store all of the necessary data in our app as a plain Javascript object called state. The state is stored in the Redux store.


Mindset to Becoming a Better Coder

I have put together a list of mindsets that I have found to help me become a better coder, and I would like to share them with you.


React/Redux Final Project

When I started my React/Redux project, I was beyond excited!!! For my project, I decided to build a invesetment tracker to keep track of the items that I purchased and how much money I spent on fixing up each item. I also created a method to let me know what my breakeven point is for each individual item.


Mom, I'm Bored!!!!.... Javascript Project!

Since the recent “Stay at Home” orders that many of us have been under, I am sure that I’m not the only one who has experienced their child saying, “Mom, I’m bored”. Hearing this phrase consistently, gave me the idea to build a single page app, full of activity ideas for kids to do.


Order of GO!!! ~ Rails Application

Like any project you build, whether it is a house or a web application, you need to have a solid method to your madness.