Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varun93/zenparent-mobile-app
Android and IOS Mobile app for accessing zenparent portal.
https://github.com/varun93/zenparent-mobile-app
apache-cordova react redux webpack
Last synced: about 1 month ago
JSON representation
Android and IOS Mobile app for accessing zenparent portal.
- Host: GitHub
- URL: https://github.com/varun93/zenparent-mobile-app
- Owner: varun93
- Created: 2019-05-27T12:23:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T19:17:54.000Z (over 1 year ago)
- Last Synced: 2024-10-01T01:22:50.022Z (about 2 months ago)
- Topics: apache-cordova, react, redux, webpack
- Language: JavaScript
- Size: 53.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zenparent-mobile-app
Android and IOS Mobile app for accessing zenparent portal.This was a cross-platform React based mobile application developed way back in 2017 during my time at Zenparent. The business is defunct as of 2019, so don't be surprised to see some harcoded API keys in the code(which is a bad practice in the first place). Although this was my first React project, I recollect trying to incorportate as many best practices at the time. The mobile app for both Android and IOS versions were stable at the time, the links have been taken down at this point in time.
I believe this project could be a useful template for those who are looking at:
- Building cross platform React applications with Cordova.
- React Redux templates.
- Webpack configurations.The app was integrated with
- Google and FB social oauth plugins for login.
- Clevertap and Google Analytics for tracking user app activity.
- Branch for deep-linking.The app can be built with webpack, has a both dev and production config. If you replace the webpack config with `create-react-app` scaffold things should work out fine.