In-progress React Native CLI with firebase project for a cross-platform mobile app for a physical power bank rental
This is an app I'm making with a partner, its objective is to be used for a power-bank rental service, with pyhscial power-bank rental machines that will be interacted and activated through the app. As of now, the project already has ready most front-end compartments made with React Native CLI and TypeScript. Also the beginning of the back-end which is built through Firebase authentication and Firebase cloud functions made with Node.js The front-end code can be seen inside app/newComponents folder.
- Google maps API
- React-Native navigation
- QR scanner
- Animated bottomsheets
- Local storage to save data and credentials on user's device (in a similar way to local storage on a browser..)
- Types with TS (for safer development..)
- Finishing the Firebase API
- Creating a payment service
- Connecting the IoT physical power-bank machines to the API