Skip to content

vijay151096/amazecart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaze Cart

Topics Covered

Implementing React Concepts

  • React Hooks
  • React Context (Store)
  • Custom Hooks

Implementing react native concepts

Storage

Flavours & Schemas

  • Different Flavours for android Apps.
  • Different Schemas for iOS Apps

Adding React Native Vector Icons

Adding navigation

  • Stack Navigation
    • Authentication & Application have separate stacks
  • Drawer Navigation
  • Bottom Tab Navigation
  • Nested Navigation

Authentication

Testing

Assets (Images & Fonts)

To Link The Images Fonts Use THe Below Command

npx react-native-asset

Usages

Start the Bundler

To Start The Metro Bundler

npm start

or

yarn start

Build & Run

To Build and Run the Application on the Simulator

  • android

    npm run android:dev (devDebug Variant) | npm run android:demo (demoDebug Variant)

    or

    yarn run android:dev (devDebug Variant) | yarn run android:demo (demoDebug Variant)

  • ios

    npm run ios:dev (devDebug Variant) | npm run ios:demo (demoDebug Variant)

    or

    yarn run ios:dev (devDebug Variant) | npm run ios:demo (demoDebug Variant)

Test Runner

To Run The Test Suite

npm test -- --watch

or

yarn test --watchAll

Test Coverage

To Run The Test Suite

npm test --coverage

or

yarn test --watchAll --coverage

Clear Cache

To Clear Cache and Run

npm start --reset-cache

or

yarn start --reset-cache

Screens Preview

Login Page

Google SignIn

GitHub SignIn

Login through Browser

Signup Page

Product Dashboard

Filtered Products

Favorite Products

Product Details in Bottom Sheet in Favorites

Product Details Page

Adding the Product to the Cart

Cart

Empty Cart

Donation Screen Using Native Modules

Note :

  • used fakestore Api's to fetch the product related Details

Design Inspired from :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published