Back to Portfolio
Planz Calendar App
Built during my Verizon apprenticeship to sharpen my database skills. This app acts as a personal calendar that lets users register an account, invite friends, and create plans for themselves and their friends.

Tech Stack
About the Project
Challenge
Create a functional frontend that also provides good user experience.
Action
Implemented 'React Big Calendar' as the basis of the frontend. Built other pages using customized React components. Connected a Postgres database for creating accounts and events.
Result
A fully functional calendar that lets users make an account, and create events with other users.
Learning & Takeaways
A better understanding of the relationship between the frontend and backend, and how to set up a working database in Postgres.