Exhibit-App is as the name suggest made for the local exhibitions like clothe, imitation jewelry etc.. This App entails 2 login facilties.
- Log in as a organizer of exhibtion: Add exhibtions which you are going to organize
- Log in as a customer: See the list of exhibtions created by different organizers around you and get in touch with them
This App is completely made up using react-native framework, So it should work on both android and ios devices.
- To store exhibtions:- firebase realtime database
- For Authentication:- fireabase authentication (Email and password)
- To save the state of authentication: local storage
- To persist the favorites list : local storage
Make sure that you have already installed node.js
npm install
npm start
if this won't work then try
npm start --tunnel