Coder Social home page Coder Social logo

tawhidabdullah / beerkip Goto Github PK

View Code? Open in Web Editor NEW

This project forked from psaikali/beerkip

0.0 1.0 0.0 2.03 MB

Tutorial on how to build a React Native app synced with a WordPress API (user authentication and data synchronization).

Home Page: https://mosaika.fr/appli-mobile-react-native-wordpress/

JavaScript 81.86% Python 3.22% Java 4.06% Ruby 3.94% Objective-C 6.92%

beerkip's Introduction

My LinkedIn Profile My Twitter Account


Logo

beerkip
a React Native & WordPress experiment

This is the mobile application repo for a React Native app fully integrated with a WordPress back-end (for user authentication via JWT and data synchronization).

Read the tutorial (7 articles in French) »

About the app

Product Name Screen Shot

See a quick demo video »

This React Native app is a demo concept developed for demonstration purpose. It is made to store a list of favorite beers, create new beers and delete beers and synchronize them with the WordPress database.

To see the WordPress plugin in charge of intercepting AJAX requests and synchronizing data, visit the beerkip-wp repo.

Use the app

  1. Download the Android .apk and install the app.
  2. You can login by using the beerkip login and beerkip password to browse, create or edit your own beers.

Features

Installation

This app is using React Native v0.60. To install it and use it locally :

  1. Clone this repo.
  2. Run npm install to install dependencies.
  3. Launch your emulator/connect your device and run react-native run-android.

Note: the iOS links have not been set up, you might need to create them properly to make it work on iPhone devices.

Branches

You'll find a total of (at least) 7 branches on this repo, each branch being related to a specific article tutorial on my blog.

A quick summary of the various things that we will set up :

  1. set up screens navigation and basic screens with react-navigation
  2. create our Redux store and make it persistent in the smartphone local storage with redux-persist
  3. set up basic login and beer creation forms using redux-form
  4. add fields validation to these forms
  5. create a repeatable field in the beer reation form
  6. implement the user authentication logic on the login form, integrated with WordPress
  7. synchronize beers data with the WordPress database (sending new data / receiving existing data)

beerkip's People

Contributors

dependabot[bot] avatar psaikali avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.