Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 749 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 749 Bytes

E-Commerce-App

This application serves as an assessment for an interview. I have implemented the best practices of separation of concerns and utilized the saga pattern design to handle side effects.

Task

Create a simple React Native application that displays a list of products fetched from any API. The app should have two screens: product list and product details. When the user taps on a product item, the app should navigate to the product details screen and display its details..

MVP is a simple login and sign up app that allows you as a developer to understand how components in MVP works together to perform certain tasks. The login page is a portal for each and every application which has used here to demonstrate how MVP is worked