This is a React App designed to create and manage projects using a Kanban board. I built this software on a MERN stack as a way to hone and demonstrate my skill in React.
- Creating a database in 3rd normal form using a nonrelational database was difficult to learn, but was overcome by growing an understanding of MongoDB's aggregation pipelines
- Implemented redux late in the project which required a lot of reworking functions
- Late in the project I decided to migrate from CRA to Vite for its use of HMR and native ES6 Support, which wasn't necessarily challenging but certainly outside my comfort zone at the time

