https://github.com/aggutierrez98/products-app-mobile-client
Mobile Products Aplication
https://github.com/aggutierrez98/products-app-mobile-client
android apollo-client apollo-client-react camera gallery react react-hooks react-native reactjs typescript
Last synced: 4 months ago
JSON representation
Mobile Products Aplication
- Host: GitHub
- URL: https://github.com/aggutierrez98/products-app-mobile-client
- Owner: aggutierrez98
- Created: 2022-07-05T02:50:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T17:30:14.000Z (about 1 year ago)
- Last Synced: 2026-01-02T23:14:17.953Z (7 months ago)
- Topics: android, apollo-client, apollo-client-react, camera, gallery, react, react-hooks, react-native, reactjs, typescript
- Language: TypeScript
- Homepage: https://play.google.com/store/apps/details?id=com.aggutierrez.productsapprn
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Products App mobile client
## React-native application compatible with Android for Products, Categories and Users managment
### Made with
React-native, Typescript, Styled Components and Apollo Client
### Made by: Agustin Gutierrez
### Includes
- User authorization with JWT storaged in async-storage
- Categories, Products and Users screens.
- User and Product details screens.
- Data caching with apollo-client
- Image upload from camera or gallery for Users and Products
- Different environment files configuration staging and production contexts
- Light and Dark Mode
## Scripts
```json
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
```
### Published apk
[Products App](https://play.google.com/store/apps/details?id=com.aggutierrez.productsapprn)