Giter Club home page Giter Club logo

assemblies's Introduction

Assemblies

Where Developers Connect


  • Assemblies is an open-source mobile app built with React Native which developers can use to connect through 'assemblies' in their area.
  • The app is the basis for a tutorial on React Native at www.buildreactnative.com though the actual app will contain features not covered in the tutorial.

Screenshots

Contributing

  • Currently, the app has room for a lot of improvements. We would like to add comprehensive testing, a Flux architecture (preferably Redux), and some more nuanced database querying. Feel free to post feature requests and bugs in the issues section. Pull requests are welcome but should be clear and easy-to-follow.

Running locally

  • Here are the steps to running the app locally on your machine.
    • Make sure you're running, at least, node version 4.0.0 - you can check your node version by running node -v in your terminal
    • git clone https://github.com/buildreactnative/assemblies
    • cd assemblies
    • npm install
    • open ios/assembly.xcworkspace
    • before you run the app, you have to create a file Keys.plist - this is what the main file AppDelegate.m uses to load analytics. Without the file, Xcode will throw an error if you try to run. So in the main assembly folder, click file > new > File... > then select Resource => Property List, and title it Keys.plist. In the file, add a key SEGMENT_API_KEY and give it the value of any string. Make sure that Keys.plist doesn't get committed to git (you can place this file in a .gitignore file).
    • Install react-native-cli npm install -g react-native-cli. Its recommended to be installed globally.
    • cd ios and pod install
    • choose which simulator you would like to use and hit the run button in Xcode

Things to test and improve

  • user account creation
  • user login / logout
  • navigation between different tabs
  • creating a group
  • creating an event
  • finding available events
  • messaging other users

assemblies's People

Contributors

tomatagolo avatar tgoldenberg avatar buildreactnative avatar bielcapanema avatar geirman avatar vishaltelangre avatar sorrycc avatar nicholasalanbrown avatar ibrahimmumcu avatar

Watchers

James Cloos avatar Jesús Márquez 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.