It's always good to stay organized! This app was made to keep track of certain tasks that needed to be complete on projects that I'm working on, and be synchronized to a database so that it can be accessed anywhere and across multiple devices. This was just a simple and user friendly application with a few features that helped me stay focused and practice interacting with a database.
This application is built in React with TypeScript. State library management is handled with Redux that determines how aspects of the Todo items are manipulated and rendered, and TypeScript makes sure everything is properly formatted before the item is sent to the MongoDB database. Styling is handled with the Bootstrap framework to keep everything simple and intuitive.