This project was created as part of the graduation requirements for the Mobile Device Programming Practical Course. The application, FakeShop, is a simple e-commerce app that utilizes the FakeStore API to fetch and display product data.
- Home Page: Display a list of featured products.
- Search Page: Allows users to search for products by name.
- Category Page: View products grouped by category.
- About Page: Information about the app and its functionality.
The homepage displays a collection of featured products, showcasing the latest additions to the store.
On the search page, users can easily search for products by entering keywords.
The category page allows users to browse products grouped by different categories for easy exploration.
The about page provides details about the application and its features.
- React Native: For building the mobile app.
- FakeStore API: Provides the product data used in the app.
-
Clone the repository:
git clone https://github.com/yourusername/fakeshop.git
-
Install dependencies:
npm install- Run the app:
npm start


