This repository contains projects made by me while learning mobile dev using react-native
for now.
Project | Description | Takeaway | Source |
---|---|---|---|
Direct-Whatsapp | Send messages on WhatsApp without saving numbers | Used basic react-native UI components and Linking | Here |
Contacts-App | A contacts app to find contact information saved numbers in your device. | Tried to get user permissions and handle states of react | Here |
Image classification | An app which takes an image from user and output what it is. | Tried using ML in an app. Used tensorflow.js to run pre-trained data. Simply taking an Image and converting it into the tensor and passing it to the model. |
Here |
- Optimize App sizes Covert expo cli to react-native cli
- Running ML model in-app without tensorflow.js lib
- Multi-page app with sign up with restricted page access
Developed by β€οΈ Aman Raj