Skip to content

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

Repository files navigation

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