Skip to content

Latest commit

 

History

History
115 lines (76 loc) · 2.1 KB

File metadata and controls

115 lines (76 loc) · 2.1 KB

Anthos

Plant ecommerce app.

Project video description: https://drive.google.com/file/d/1QTVGFZZ8Q3HUbl8viyg3DNnlqNsDxLJj/view?usp=sharing

Features/Screens

  1. Splashscreen.
  2. User can add item to Cart.
  3. User can delete item from Cart.
  4. User can view and scroll on Plant Product
  5. Admin can add Item to Cart
  6. User will know if operation is Successfull.
  7. User can increment or decrement cart Item

Technologies utilised

  • React Native Expo CLI,
  • Redux,
  • Jest (Testing Library)
  • Redux-thunk
  • Javascript,
  • React Navigation
  • React Animated
  • React native modal
  • Eslint; Airbnb (Coding style),

Screenshots

alt text

alt text

alt text

alt text

alt text

alt text

APP Installation and Usage

The application is developed using React Native Expo. To run a debug version first Download Expo Go: https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en&gl=US

then;

  • Clone this repository:
    git clone https://github.com/voke1/Anthos.git
  • Go to Directory:
    cd Anthos
  • Install dependencies
    npm install

if you are using yarn, use the command below

    yarn install
  • Start app
    npm expo start

If you are using Yarn, use the command below

    yarn expo start

Finally, Scan Bar code generated with your already download Expo Go app

APP Test

The Testing library used is Jest. To run test;

Upon Cloning and installing dependencies, start application with

  • Start application
    $ npm expo start
    $yarn expo start
  • Run Test
    $ npm test
    $ yarn test

Author

Voke Olomu

© All rights reserved