AbdulMoizz31 / e-commerce-ui

An e-Commerce ui example written in React Native with React Navigation, Bottom Tab bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native E-commerce App

This is a sample React Native E-commerce app that allows users to browse products, add them to the cart, and view the cart screen. The app uses the React Context API for state management.

Features

  • Browse Electronics and Clothing products.
  • Add products to the cart.
  • View the cart screen with added products.
  • Delete items from the cart.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Installation

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/AbdulMoizz31/e-commerce-ui.git

  2. Change to the project directory:

    cd 'e-commerce-ui'

  3. Install dependencies:

    npm install

  4. Run the app on Android or iOS:

    npm run android or npm run ios

Note: I will clean code and refactor it time to time

Screenshots

Mockup

Dependencies

  • React
  • React Native
  • Expo
  • React Navigation
  • React Native Elements

Contributing

Contributions are welcome! If you find any issues or want to add new features, feel free to create a pull request.

License

This project is licensed under the MIT License.

About

An e-Commerce ui example written in React Native with React Navigation, Bottom Tab bar


Languages

Language:JavaScript 100.0%