Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)