See product demo here.
CropSwap is a web application that allows users to search, post, and message about their excess backyard garden produce. Users can choose to swap or share produce with nearby neighbors through messaging. This app can be found on Heroku.
The front-end layer of this application is integrated with an Express/Node.js API that can also be found on Heroku.
- Search for garden produce by zipcode
- Filter searches by crops available
- Create user profiles to post, update and delete available produce
- Message other users and inquire about their available produce
- React
- React Router
- React Bootstrap
- Bootstrap
- React-Multiselect-Component
- Axios
- Luxon
- Clone this repository.
- Install dependencies by running
npm install. - Start server by using command
npm start. Open http://localhost:3000 to view app in browser.

