Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buildreactnative/assemblies
A developer-focused Meetup clone built with React Native
https://github.com/buildreactnative/assemblies
Last synced: about 1 month ago
JSON representation
A developer-focused Meetup clone built with React Native
- Host: GitHub
- URL: https://github.com/buildreactnative/assemblies
- Owner: buildreactnative
- License: mit
- Created: 2016-03-29T15:11:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-18T05:12:22.000Z (almost 8 years ago)
- Last Synced: 2024-07-31T12:07:49.506Z (4 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@tomgoldenberg/why-we-re-open-sourcing-our-react-native-app-bb29c03b398d
- Size: 14.2 MB
- Stars: 356
- Watchers: 19
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-apps - Assemblies - focused Meetup clone built with React Native. | | (React Native)
- fucking-open-source-ios-apps - Assemblies - focused Meetup clone (Misc / React Native)
README
# 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](http://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`
- Install react-native-cli `npm install -g react-native-cli`. Its recommended to be installed globally.
- 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