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
- Host: GitHub
- URL: https://github.com/nbaua/react-native-app-drobe
- Owner: nbaua
- Created: 2021-02-20T08:18:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T08:27:55.000Z (over 4 years ago)
- Last Synced: 2025-01-14T18:43:05.663Z (9 months ago)
- Topics: bottom-navigation, expo, javascript, mobile-app, navigation-drawer, react-native, redux-store
- Language: JavaScript
- Homepage: https://github.com/nbaua/react-native-app-drobe
- Size: 2.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
 
#### 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 ChangeThis 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.
```