Skip to content

Bbo-91/ProductPal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProductPal

ProductPal is a React Native application that retrieves products from an API and displays them. The app features a search function and category selection to help users find products efficiently.

Features

  • Product Listing: Fetch and display a list of products from the API.

  • Search: Search for products by name using a search bar.

  • Categories: Choose from various categories to filter the product list.

  • Product Details: View detailed information about a product, including its image, price, and description.

Screens

1. Product Listing Screen

Product Listing Screen

  • Search feature for products
  • Category selection
  • Pressable products
  • Warm and visually appealing design

Search feature

search example


  • The search works so it searches for any word in the product title that matches the written text in the search bar not just the first word.

Category feature

category example


2. Pressed Product Details Screen

Product Details

  • A detailed description of the product
  • A back button to get you back to the product list screen

Technical Notes

  • Built using React Native for cross-platform compatibility
  • Uses API calls to fetch Products' information

NOTE : the used api is from Fake Store API