Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T04:07:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T15:59:24.691Z (almost 2 years 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.58 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)