A React-js Web App compiled for android using capacitor and ionic framework.
- To display real time values from a remote server (here it is cradle).
- To show a live feed of the cradle and the baby.
- To control actions on the remote such as Toggle Fan, light, Swing etc.
- Provide in-app notifications through text and color response.
- Install node v12 or above
- Use npm v6 and above
- clone this repo
- Enter into directory
- $ npm install
- $ npm start
- App should be up at localhost:3000
- Connect server and client to same network. (if server is not hosted anywhere)
- Start server. Follow instructions at: https://github.com/AshiqMehmood/baby_live
- Scan for server ip address.
- Add to same network as server.
- Enter the ip_address/domain (ex: 192.168.225.100) of server to the textfield.
- click on 'Connect to server'.