hanseaston / pandemic-produce-delivery-project

An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
MIT License
26 stars 38 forks source link

renaming variables and gitignore #49

Closed easyrun32 closed 4 years ago

easyrun32 commented 4 years ago

Also a better error message in client/src/util.js

 (err) => alert("err !", err.message)

// to
 .catch((error) => alert("error in client/src util.js ", error));