Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 754 Bytes

[22.06.22 Update] New features:

  1. Form handling:
  • Login form with Formik
  • Field validation with yup
  • Criteria for password field
  1. Firebase (Auth / Firestore) with Redux integration:
  • Sign up / sign in with email
  • Sync your data to the cloud

This app is based on The Art Institute of Chicago API. You can fetch 8 random artworks, save favorite ones, get full description via in-app browser.

appArt.mp4

What you will find here:

  • State management w/ API calls and persistence (Redux Toolkit, AsyncThunk, Redux Persist)
  • UI (components w/ pre-defined styles, shared transitions, pull to refresh spinner)
  • In-App browser (WebView)