A website for students to find housing in Waterloo, with search functionality and the ability to directly email users from the website.
Used React for the frontend, alongside Redux for state management. Created a Node/Express backend server to build a REST API, fetching and sending listing/user information to/from the MongoDB database. Firebase was used for image storage alongside Google OAuth functionality. Used JWT for email verification on signup, and for signin browser cookies.