Skip to content

Rizculla/rn-assignment6-11296671

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

React Native Shopping Cart App

Overview

This project is a React Native application that demonstrates a simple shopping cart functionality. The app allows users to browse products, add them to the cart, and view the cart items.

Features

  • Display a list of products
  • Add products to the cart
  • View cart items
  • Remove items from the cart

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/Rizculla/ rn-assignment6-11296671
    cd Assignment6
  2. Install dependencies:

    npm install
  3. Run the app:

    npx react-native run-android   # For Android
    npx react-native run-ios       # For iOS

Project Structure

  • App.js: Entry point of the application.
  • HomeScreen.js: Displays the list of products.
  • CartScreen.js: Displays the cart items and handles item removal.
  • ProductItem.js: A component to display individual product details.
  • Storage.js: Handles data storage using AsyncStorage.

Student Information

  • Name: Benson Otti
  • Student ID: 11296671

Screenshot

App Screenshot App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published