Ashot72 / SharePoint-Lists-OneDrive-Online-Store-Mobile-app

React Native Mobile Online Store based on SharePoint Lists and OneDrive
1 stars 2 forks source link
graph-apis microsoft-azure-identity onedrive react-native react-native-expo react-query sharepoint sharepoint-online tanstack-query

React Native Mobile Online Store based on SharePoint Lists and OneDrive

This is a React Native mobile online store application that is based on SharePoint lists for storing data and OneDrive for hosting online store pictures. The app makes use of React Query, which is a data-fetching and state management library for React applications.

The app does not include Stripe payments with React Native because it requires a server, such as Node.js, so the online store does not include real checkout functionality.

To get started.

       # clone the repository
       git clone https://github.com/Ashot72/SharePoint-Lists-OneDrive-Online-Store-Mobile-app
       cd SharePoint-Lists-OneDrive-Online-Store-Mobile-app

       # installs dependencies
       npm install

       Add an .env file based on the env.example file and include the respective keys.

       Generate an Expo development build for development and a preview one for testing purposes.

Go to React Native Mobile Online Store based on SharePoint Lists and OneDrive Video page

Go to React Native Mobile Online Store based on SharePoint Lists and OneDrive Description page