Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.18 KB

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:

  1. Install expo
  2. Clone this repo
  3. Run npm install
  4. Run npm start

Home Screen:

All products from all users are displayed at the home screen.

(Android Version)


Log In Screen:

All users' credentials are stored on Firebase database.


Order Screen:

When ordered, items from cart will be save and display on the order screen.


User/Admin Screen:

User can create their own listing here and post what they want to sell.