This is a basic counter app that users can increment or decrement the count by using the appropriate button, or reset it. This is a warm up of using useState with react. Rather than using the DOM, React uses a virtual DOM to optimize rendering.
Created a To Do List app for users to add and remove items from their to do lists. This used useState to handle the array of to do list items, and useRef to handle the input.
This was inspired by my wife consistently asking me to calculate the amount of time she worked. Users can input their start time, end time, and break time to calculate the amount of time that has passed.
Duration: hours
Hours and Minutes