- User authentication with Firebase (Signup/Signin)
- User can view all the products added by other users
- User can add products to their individual cart
- User can order those products which will be added to their order list
- User can check their previous order details
- User can add their own products or modify previous ones
The following major dependencies have been used in this project :
- Expo - For building React App
- React Navigaton - For creating multiple stack and drawer screens
- Firebase - For authentication and database
- Redux - For storing app states.
Install the dependencies and start the server.
cd rn-shop-app
// For npm
npm install
// For yarn
yarn install
// After installation
expo start