Plant ecommerce app.
Project video description: https://drive.google.com/file/d/1QTVGFZZ8Q3HUbl8viyg3DNnlqNsDxLJj/view?usp=sharing
- Splashscreen.
- User can add item to Cart.
- User can delete item from Cart.
- User can view and scroll on Plant Product
- Admin can add Item to Cart
- User will know if operation is Successfull.
- User can increment or decrement cart Item
- React Native Expo CLI,
- Redux,
- Jest (Testing Library)
- Redux-thunk
- Javascript,
- React Navigation
- React Animated
- React native modal
- Eslint; Airbnb (Coding style),
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
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
Voke Olomu
© All rights reserved