Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.7 KB

Shopping Application

This project was created to practice Navigation and State management concepts of building a React Native application with Expo.

Concepts covered-

  • Navigator- stack, drawer
  • Custom Fonts and Global color scheme
  • Redux store
  • Handling User Input- adding basic validations
  • useReducer()
  • Redux Thunk middleware to handle async calls
  • Using Firebase
  • Storing on and Fetching from server
  • Error handling
  • adding Pull to refresh and activity indicator
  • User Authentication - SignUp/SignIn using firebase auth token
  • AutoLogin - AutoLogOut

App Preview

React Native

React Navigation V4

Redux

Redux Thunk

Firebase

Firebase Authentication

Made With expo