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

https://github.com/nbaua/react-native-app-drobe

Drobe is a minimal react native mobile application
https://github.com/nbaua/react-native-app-drobe

bottom-navigation expo javascript mobile-app navigation-drawer react-native redux-store

Last synced: 7 months ago
JSON representation

Drobe is a minimal react native mobile application

Awesome Lists containing this project

README

          

## Drobe

Drobe is a minimal react native mobile application project made using expo and pure javascript.
It showcases following features.

### The main features of this application

- Listing of clothing catagories.
- Listing of clothing products per category.
- Details of each product
- Listing of user's favorites clothing products
- Filters based on the user's preferences.

#### Preview

![](https://github.com/nbaua/react-native-app-drobe/blob/master/screenshots/drobe.gif?raw=true) ![](https://github.com/nbaua/react-native-app-drobe/blob/master/screenshots/theme-change.gif?raw=true)

#### Some of the silent features

- Usage of Navigation Sidebar
- Usage of Navigation Tabs
- Usage of Redux State Management
- Usage of Custom Fonts
- Usage of Some Best Practices
- Shared Components
- Value Constants
- Generic Styles
- Data Models
- One Stop Theme Change

This application is aims at providing the bare minimum requirements of online store-front application.
There are plenty of things still you would require to do on own such as

- API integration and server side API development
- Database creation and data seeding.

#### Note:
```diff
+ The data shown in the above screenshot contained some of the copyrighted content and hence can not be distributed.
+ The sample data just contains the JSON structure and fake details just to fill the void.
+ It is intended the version you'd be running to look different than the shown image screenshot.
```