Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abayo-luc/theysaid
https://github.com/abayo-luc/theysaid
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abayo-luc/theysaid
- Owner: abayo-luc
- Created: 2019-05-28T10:41:14.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-09T04:21:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T06:58:23.479Z (over 1 year 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
[![CircleCI](https://circleci.com/gh/abayo-luc/TheySaid.svg?style=svg)](https://circleci.com/gh/abayo-luc/TheySaid)
[![Coverage Status](https://coveralls.io/repos/github/abayo-luc/CodeLab/badge.svg?branch=develop)](https://coveralls.io/github/abayo-luc/CodeLab?branch=develop)
[![Maintainability](https://api.codeclimate.com/v1/badges/25d871eba90318d57af0/maintainability)](https://codeclimate.com/github/abayo-luc/CodeLab/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/25d871eba90318d57af0/test_coverage)](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
![](img/home-dark.png)
![](img/profile-dark.png)### 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:
![](img/qr.png)For more information visit the [React Native Documentation](https://facebook.github.io/react-native/docs/getting-started) .