React Native App designed to allow university students easy and effective ways of joining teams for competitions that they may be interested in.
To view, make sure you are using Xcode (ios), Android SDK (android), and npm or yarn.
Download repo then,
- Get started with firestore
- import json to the database to get started with the db structure (we will email it to you)
- Make a file named .env in the root of your project directory and add values for these environment variables
API_KEY=XXXXXXXXXXXXXXXXXXXXX
AUTH_DOMAIN=XXXXXXXX.firebaseapp.com
DATABASE_URL=https://XXXXXX.firebaseio.com
PROJECT_ID=XXXXXX
STORAGE_BUCKET=XXXXXXX.appspot.com
MESSAGING_SENDER_ID=XXXXXXXXXX
In root run:
npm install
or
yarn
For remote debugger:
npm run debug
To Run on ios
react-native run-ios --simulator "iPhone 6"
- React native
- Redux
- Redux Thunk
- React Native Navigation
- Google Firebase FireStore database
- React Native Imagepicker
- React Native Read-more-text
- React Native Slider
- React Native dotenv
- React Native Immutability-helper
Development Team:
- Ian Hitchcock
- Qingxin Yuan
- Nathan Moseley
Starter for this project provided by Red Academy.
All designs supplied by Shirley Zhou, Jenifer Wong, Lochlan Graham, Julian Tomlin, Liv Meek
React Native Imagepicker provided by:
https://github.com/react-community/react-native-image-picker
contains peer reviewed features
contains beta features that are a work in progress. (this is the danger zone (or the fun zone))
- Team chat and user to user chat
- Search functionality and search screen for searching teams/users/competitions
- Favourite functionality to favourite chats/competitions
- Featured competition
- We suggest building a partner web app with an admin facing side connected to the same database to add competitions
- Payment linked to app
- More robust frontend for matching (create team, navigation)
- Ability to remove skills chips in edit profile screen
- Ability to leave a team
- Animation glitch in the matching sliders (We think this is an issue with react-native-slider package)
- Refactor redux to cache more network requests.