Skip to content

Full Stack & Mobile application, with a mobile-first approach for learning purposes and industries best practices.

Notifications You must be signed in to change notification settings

JosueBCe/CommerceIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a React Native mobile application, which implements CRUD operations using async storage allowing users to interact and save their data (products) in the cart and make payment requests.

The purpose of this application is to strengthen my abilities to develop full-stack react applications, implementing initially the mobile version. Then scaling to more complex versions integrating the frontend, backend, and cloud database.

Software Demo Video

WireFrame & MockUp

Detailed Description

Screens and Implementations

Home Screen Implementations:

  • Navigation through the app with stack navigation
  • List of products searchable by title or product description
  • Grid of products photos
  • Button to add the product to the cart
  • Button to view the product in the Single Product Screen

Products Screen:

  • Hero image with adapted background to adjust to the user's screen size
  • Filterable list of products, matching products by category, price range, and from cheaper price to higher

Cart Screen:

  • Hero image background adapted to adjust to the user's screen size
  • List of items added to the cart.
  • Asynchronous methods for adding, updating, and deleting items in the cart list using Async Storage.

Styling:

React Native StyleSheet

  • Complementary styles
  • Consistency in design and color choice
  • IOS and Android styles support
  • Adaptable layout
  • Minimalist
  • Respect for white spaces and hierarchy of font texts

More features:

Toast messages

  • Notification to the user when adding a new product to the cart
  • Notification to the user when deleting a product from the cart
  • Notification to the user when payment is made successfully

Development Environment

  • React Native (Expo)
  • React.Js
  • React-Navigation
  • React Native Async Storage
  • Code editor: VS Code
  • NPM

Useful Websites

Future Work

  • Improve performance by implementing hooks like useMemo and useReducer to handle the state of the data
  • Create and connect to a Cloud Database
  • Add the functionality to perform CRUD operations with products
  • Add the functionality to switch the currency in which products are priced
  • Add functionality to set the app language by location
  • Handle the case of creating a new product, updating image and location
  • Add user authentication functionality
  • Deploy the first version

About

Full Stack & Mobile application, with a mobile-first approach for learning purposes and industries best practices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published