A web app built in react, tailwind and firebase that allows user to put their items online for sale or rent after becoming a member of the website.
- Form validation throughout the web-app
- User has option to login/register through their google account.
- User can filter listings according to
- Price: Low to High
- Price: High to Low
- User can create/edit/delete listings from their account
- User can send message to item owner.
- User can see messages received.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/thesuaveguy/connEx
# Install dependencies
$ npm install
Place your firebase config file "firebase.config.js" inside src.
Export firestore, firebase storage and firebase auth as db, storage and auth. Then:
# Run the app
$ npm run dev