A mobile app that allows users to play board and card games that require currency. e.g. Poker without chips, Monopoly without cash.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- React Native
- Expo (Mobile Application)
How to get started with the NoCash Front-End
- Clone Repository
git clone https://github.com/rhysmaiden/NoCash.git
- Download all project dependencies
Manually:
- material-ui
- react-material-ui-number-input
- react-native-elements
- react-native-fa-icons
- react-native-material-textfield
- react-native-material-ui
- react-native-popup-dialog
- react-native-screens
- react-native-snackbar
- react-native-vector-icons
- react-navigations
- react-navigation-stack
- socket.io-client
Automatically:
npm install
Start server
npm start
- React Native - The web framework used
- Expo - Deployment
- Node
How to get started with the NoCash Back-End
- Clone Repository
git clone https://github.com/rhysmaiden/NoCash.git
- Download all project dependencies
Manually:
- express
- mongoose
- nodemon
- socket.io
Automatically:
npm install
Start server
npm start
- Rhys Maiden - Sole contributor - rhysmaiden