https://github.com/0xch4z/octostat
:octocat: A React Native app for viewing the statistics of Github users.
https://github.com/0xch4z/octostat
apollo graphql react-native
Last synced: about 1 year ago
JSON representation
:octocat: A React Native app for viewing the statistics of Github users.
- Host: GitHub
- URL: https://github.com/0xch4z/octostat
- Owner: 0xch4z
- License: mit
- Created: 2017-09-02T05:48:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T05:40:31.000Z (about 7 years ago)
- Last Synced: 2025-05-08T03:18:03.195Z (about 1 year ago)
- Topics: apollo, graphql, react-native
- Language: JavaScript
- Homepage: https://itunes.apple.com/us/app/octostat/id1281374851?mt=8&ign-mpt=uo%3D4
- Size: 1.65 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Octostat
A React Native application for viewing Github user stats.
Why?
I don't really know. I just sort of built this as an introduction to React Native with Apollo. I chose the github API because of its use of GraphQL. This project made use of the following technologies:
React Native, Apollo, GraphQL, Styled Components, AVA and more.
Enjoy! 🎉
Development Environment
- Clone the repository and install all dependencies
- Obtain a Github personal access token
- Create
config.js in the root directory
- Export a constant
TOKEN (Bearer: 'YOUR_API_KEY')
- Setup your signing certificate in xcode
- Build and run the app
Demo
Click the above image to watch full the demo!
You've probably noticed the ugly red status bar. This is a result of my screen recorder and not the app. The app is slick IMO. 💫
License
MIT © Charles Kenney