PatikaStore
Patika.dev Project assignment I developed to reinforce what I learned in React Native trainings.
Features
- data in json file listed with flatlist
- searched element or elements are listed with the search bar
- Out of stock products are indicated.
Images
Installation
Clone this repository on your local machine.
git clone https://github.com/kubrasambur/React-Native-Patika-Store-App.git
Usage
To use it after cloning the project:
cd ToDo
cd .
Run the following commands in the project folder to install the project dependencies.
npm init
npm install
These instructions will get a copy of the project up and running on your local machine for development and testing purposes.
To Run the Application
In the project directory you can run:
npx react-native run-android
For More Information
You can review the React Native documentation.