A simple shopping mobile application for iOS/Android developed with React Native/JavaScript that allows you to buy and sell items with ease. All users' information are stored on Firebase database (orders, products, userId...) and are fetched when signed in.
- User can create an account and login to the app.
- User can create their own listing and sell your items.
- User can purchase items from other users on the app.
To run the project:
- Install expo
- Clone this repo
- Run
npm install
- Run
npm start
All products from all users are displayed at the home screen.
(Android Version)
All users' credentials are stored on Firebase database.
When ordered, items from cart will be save and display on the order screen.
User can create their own listing here and post what they want to sell.