Giter Site home page Giter Site logo

binary-next-gen's Introduction

Binary Next-Gen [End of Life]

Build Status Coverage Status Code Climate

This repository contains the source code for the Binary Next-Gen webapp and Android app.

Note: As of Nov 2017, we no longer develop and publish the iOS version of next-gen, in accordance to App Store Guideline 3.2.2 (viii).

Installation

Once you downloaded the repo, cd to project root and execute (you will need yarn):

yarn install
yarn start

Now in your web browser go to http://localhost:3000 to see your app.

Contribute

To contribute to Binary Next-Gen, fork this project and checkout the dev branch. When adding features or performing bug fixes, it is recommended you make a separate branch off dev. Prior to sending pull requests, make sure all unit tests passed (this project uses Jest):

yarn test

Note: When you send pull requests, remember to set the base branch to dev.

Once your changes have been merged to dev, it will immediately deployed to app.binary.com/beta. If the commit is also tagged, a new prerelease will appear in the github releases page.

Change Endpoint

If you are a QA engineer, what you may want to do is change the endpoint. You can do this by executing the following code in the developer console (where www.binaryqa37.com is your endpoint and 1003 is your appId):

setLocalEndpoint("www.binaryqa37.com", "1003")

To reset the endpoint to default values, execute:

resetLocalEndpoint()

Deploy to Your Personal Github Pages

There may be cases when you want to visit your webapp on devices other than your development environment. To do this you can deploy on your personal github.io project page.

This deployment process is automated using gulp tasks in the build folder. After you have installed gulp globally (npm install -g gulp), execute the following from your project root:

cd build
yarn install # <- if you have not done so
gulp deploy:test --appId 11108

Replace 11108 above with your app id. If you do not have an app id, you can register for a free app id here.

If the command executes successfully, the site will be hosted on https://YOUR_USERNAME.github.io/binary-next-gen/, where YOUR_USERNAME is your username. Note that if you login from there it will redirect you to https://YOUR_USERNAME.github.io. Just change the URL and your app will be up and running again.

Alternatively (not recommended as it is quite complicated), you can use travis to deploy your github pages.

Documentation

Legacy Documentation

Documentation listed in this section will be either updated or replaced in the future.

Useful Links

Technologies Used

  • React - JavaScript library for building user interfaces.
  • React Router - for routing, mapping urls to views.
  • Redux - state management.
  • Reselect - data selection and computation.
  • Immutable.js - immutable data structures.

Learning Resources

forthebadge

binary-next-gen's People

Contributors

aminmarashi avatar aminroosta avatar arnabk avatar ashkanx avatar borisyankov avatar bruce-binary avatar chylli-deriv avatar dansallau avatar jy-deriv avatar majid-binary avatar nazaninreihani avatar qingweibinary avatar shashank-in avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

binary-next-gen's Issues

Error

err1

Can't build the app

License

Can you add some license information for this repo and other repos in this organisation?

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.