https://github.com/gabrielmellooliveira/git-forms
:octocat: Client app mobile to github
https://github.com/gabrielmellooliveira/git-forms
csharp github-api xamarin xamarin-forms
Last synced: 19 days ago
JSON representation
:octocat: Client app mobile to github
- Host: GitHub
- URL: https://github.com/gabrielmellooliveira/git-forms
- Owner: gabrielmellooliveira
- Created: 2018-05-21T20:31:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T22:09:23.000Z (about 8 years ago)
- Last Synced: 2025-09-02T03:43:30.867Z (11 months ago)
- Topics: csharp, github-api, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitForms

Gitforms is a client application of the [**Github API**](https://developer.github.com/v3), this project was developed using the technology of Xamarin Forms, and can be exported to Android, iOS and Windows 10.
In this project was also used the plugin [**Xam.Plugins.Forms.ImageCircle**](https://www.nuget.org/packages/Xam.Plugins.Forms.ImageCircle/3.0.0.5)
to leave the circular image.
In this app we have the following features:
- View your user information
- https://api.github.com/users/USERNAME
- View your repositories
- https://api.github.com/users/USERNAME/repos
- View your followers
- https://api.github.com/users/USERNAME/followers
- View the users you are following
- https://api.github.com/users/USERNAME/following
In this project was developed 4 pages:
- LoginPage
- MenuPage
- ReposPage
- FollowersPage
- FollowingPage
Among the components and layouts used in the project we have:
- ListView
- MasterDetailPage
- Image
- Button
- Entry