https://github.com/abayo-luc/theysaid
https://github.com/abayo-luc/theysaid
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abayo-luc/theysaid
- Owner: abayo-luc
- Created: 2019-05-28T10:41:14.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-09T04:21:07.000Z (over 2 years ago)
- Last Synced: 2025-02-11T16:36:31.197Z (3 months ago)
- Language: JavaScript
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/abayo-luc/TheySaid)
[](https://coveralls.io/github/abayo-luc/CodeLab?branch=develop)
[](https://codeclimate.com/github/abayo-luc/CodeLab/maintainability)
[](https://codeclimate.com/github/abayo-luc/CodeLab/test_coverage)### TheySaid mobile app
TheySaid is an Android and IOS app build with React Native which display the list of Popular saying and Quotes.
### Screens

### Steps to build the app:
- install Expo client on your device (Android or ios)
- make sure you installed [Node.js](http://nodejs.org/)
- install Expo-cli `npm install -g expo-cli` or
- install create-react-native-app `npm install -g create-react-native-app`### For development:
- run the following command to install dependencies `npm install`
- run the following commend for test `npm test`
- run the following command to start the app `expo start` or `npm start`On Android open your Expo client to scan the QR code in your terminal:
For more information visit the [React Native Documentation](https://facebook.github.io/react-native/docs/getting-started) .