Planner Web App

Day planner web app screenshot

This was my capstone project for my Web Design and Development degree from BYU-I. I created a day planner web app using React and Redux, with advisement from my project mentor who was a development lead at Carmax. The planner can create, read, update, and delete agenda items, and integrates external libraries for date manipulation and the date picker. To keep things front-end, I stored the app data in localStorage, but the model is sufficiently encapsulated that this could later be moved to a database with minimal effort.

Try the day planner

View the code for the day planner