Previous
Last Project
Victory Exchange
Victory Exchange
screen shot
Technologies
React
Sass
NoSql
Firebase
RESTful API
NoSql
Bootstrap
Front-End
Node.js
screen shot
Social Network for Gardeners

This was a capstone project for my React course I took at Epicodus Coding Boot Camp. The idea for this site was a social network where users who garden can sign up for an account, search for a pod or group to join based on their neighborhood, and then review and post offers of extra produce they would like to trade.

Hurdles

This site was built with React, Redux, React-Router, Redux-firebase and Sass. One of the early obstacles for this site revolved around managing the login-state provided by Firebase, as the page would flash and behave erratically until a login-state was officially returned from Firebase. To combat this, I researched the redux-firebase library and discovered a hook that waits to render the page until the login credentials were received.