This is actually snappier and better verison of the booking app ;-)
- Expo SDK 49
- React Native
- React Navigation
- Expo Vector Icons
- Expo Maps
- Expo Location
- Redux
- Redux Thunk
- Redux Persist
- Async Storage
The app is available for download in .apk format for android devices in the following link : https://d
This is the best thing about the app is that it is a TDD (Test Driven Development) app. All the tests are written in Jest and Enzyme. The tests are written for all the components and the redux actions and reducers. The tests are written in the following folders:
-
__tests__folder in the root directory -
__tests__folder in thesrcdirectory -
__tests__folder in thesrc/componentsdirectory -
__tests__folder in thesrc/actionsdirectory -
__tests__folder in thesrc/reducersdirectory
this is the best thing abot the app ig