tugraturkseven / product-list-app

Product listing app tutorial via React Native, Paper, Axios, AsyncStorage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product List App

This is a mobile application built with React Native that allows users to manage a list of products, mark them as favorites, and add new items to the list. The app utilizes AsyncStorage for data persistence.

Features

  • View a list of products
  • Mark products as favorites
  • Add new products to the list

Getting Started

To get started with the app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/tugraturkseven/product-list-app.git
    
  2. Install the dependencies:

    cd product-list-app
    npm install
    
  3. Start the development server:

    npm start
    
  4. Open the Expo client app on your device or simulator and scan the QR code displayed in the console to launch the app.

Dependencies

The app uses the following major dependencies:

  • React Native: A JavaScript framework for building mobile applications.
  • React Navigation: A library for routing and navigation in React Native apps.
  • React Native Paper: A UI component library for React Native.
  • Axios: A library for making HTTP requests.
  • AsyncStorage: An asynchronous, persistent key-value storage system.

User Interface

Adsız tasarım Adsız tasarım (3) Adsız tasarım (1) Adsız tasarım (2)

Contributing

Contributions to the project are welcome! If you find any bugs or want to add new features, feel free to submit an issue or create a pull request.

Contact

If you have any questions or suggestions, please feel free to reach out to me at contact@tugraturkseven.com.


About

Product listing app tutorial via React Native, Paper, Axios, AsyncStorage.


Languages

Language:JavaScript 100.0%