A Few Updates and Thoughts

project image

Here we are again, welcome back! A couple changes in the design process. I'm now implementing Material UI to save time designing cards and posts, as well as using their switch and text input components. The project cards are rewritten with Material UI. Switch and text input components are implemented. Next up, I'll be using themes to create a dark and light mode.  Depending on the users' default settings either the light or dark theme will be applied on load and the previously mentioned switch will toggle between the two. The state of the switch will be saved in local storage so that the user's choice will persist until changed.