All Projects → Bruno-Furtado → Fastbuy App

Bruno-Furtado / Fastbuy App

Licence: mit
App to manage the products of the FastBuy Store (built with React Native and Redux).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fastbuy App

Wanandroid
用Flutter开发的跨平台项目,完美运行在Android和iOS上,Material简洁风格,包括启动页、引导页、注册、登录、首页、体系、公众号、导航、项目,还有漂亮的妹子图库,运行极度流畅,结构清晰,代码规范,值得拥有
Stars: ✭ 466 (+177.38%)
Mutual labels:  mobile, app
Nat Explorer
An example project using Nat & Weex.
Stars: ✭ 55 (-67.26%)
Mutual labels:  mobile, app
Eeui
📱 使用 Vue.js 跨平台开发高质量原生(Android/iOS)应用。
Stars: ✭ 475 (+182.74%)
Mutual labels:  mobile, app
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+131.55%)
Mutual labels:  camera, mobile
Framework7 Cli
Framework7 command line utility
Stars: ✭ 76 (-54.76%)
Mutual labels:  mobile, app
Framework7 Template Vue Webpack
Deprecated! Framework7 Vue Webpack starter app template with hot-reload & css extraction
Stars: ✭ 399 (+137.5%)
Mutual labels:  mobile, app
Rntimerexample
📱 React Native + Mobx sample app
Stars: ✭ 40 (-76.19%)
Mutual labels:  mobile, app
Nat
A powerful kit for adding native functionalities to your weex app.
Stars: ✭ 294 (+75%)
Mutual labels:  mobile, app
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-58.33%)
Mutual labels:  mobile, app
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+569.05%)
Mutual labels:  mobile, app
Fluttergrocery Shoppingappui
🍔😋 Grocery Shopping App template UI kit in Flutter
Stars: ✭ 388 (+130.95%)
Mutual labels:  mobile, app
Bodyweight Fitness Ios
Bodyweight Fitness (iOS)
Stars: ✭ 115 (-31.55%)
Mutual labels:  mobile, app
Open Source Xamarin Apps
📱 Collaborative List of Open Source Xamarin Apps
Stars: ✭ 318 (+89.29%)
Mutual labels:  mobile, app
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+146.43%)
Mutual labels:  mobile, app
Bodyweight Fitness Android
Bodyweight Fitness (Android)
Stars: ✭ 297 (+76.79%)
Mutual labels:  mobile, app
Kubenav
kubenav is the navigator for your Kubernetes clusters right in your pocket.
Stars: ✭ 901 (+436.31%)
Mutual labels:  mobile, app
Breathly App
A breathing training app built with React-Native
Stars: ✭ 284 (+69.05%)
Mutual labels:  mobile, app
Wire Ios
📱 Wire for iOS (iPhone and iPad)
Stars: ✭ 3,079 (+1732.74%)
Mutual labels:  mobile, app
Carpoolear
The open source Vue.js frontend (mobile and cordova app) for the argentinian carpooling application: Carpoolear
Stars: ✭ 59 (-64.88%)
Mutual labels:  mobile, app
Framework7 Template Vue Simple
Deprecated! Simple Framework7 Vue starter app template in a single HTML file
Stars: ✭ 81 (-51.79%)
Mutual labels:  mobile, app

FastBuy

Click to view a video demonstration


React Native iOS Platform Xcode Android Platform Android Studio Codebeat

Requirements

Mandatory

Optional

Enviroment Settings

Mandatory

brew update
brew install node
brew install watchman
npm install -g react-native-cli

Optional

  • Install Atom and follow packages: lint, lint-eslint and linter-ui-default.

Steps to Run

1. Clone project and install the dependencies

git clone [email protected]:Bruno-Furtado/fastbuy-app.git && cd fastbuy-app && bundle install

2. Open the project in Android Studio

open -a /Applications/Android\ Studio.app android

Press 'OK' on first alert, and do not update gradle plugin on second.

3. Start the server

react-native start

4. Make sure you have a simulator installed and run the app on iOS

react-native run-ios
react-native run-ios --simulator "My Simulator (12.1)"

5. Make sure you have started an emulator and run the app on Android

react-native run-android

Architecture

FastBuy Architecture

Todolist

  • [x] Sign Up and Authentication
  • [x] Create a Product
  • [x] Product List
  • [x] Delete a Product
  • [x] Edit a Product
  • [x] Camera
  • [x] Redux framework
  • [x] Firebase Integration (Analytics, Auth, Database, Crashlytics and Performance)
  • [x] Translation (with react-native-languages)

Change-log

A brief summary of each FastBuy release can be found on the releases.

License

This code is distributed under the terms and conditions of the MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].