Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silogos/technicaltestadakerja
https://github.com/silogos/technicaltestadakerja
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/silogos/technicaltestadakerja
- Owner: silogos
- Created: 2019-06-21T01:23:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:52:05.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T22:34:55.713Z (2 months ago)
- Language: Objective-C
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorer Github (Technical Test AdaKerja)
## Task
The goal is to create a React Native application which we will be able to run on both
Android and iOS. The application should:
1. Display a login screen where user can enter their Github login and a button linking to the
next screen2. Display a password screen where user can enter his Github password and a submit button
3. After successful login, the app should display a screen with a single text input field, where
user can enter repository name (with default being facebook/react-native ) and a submit
button4. The last screen (after submitting repository name) should display a scrollable list of
commits to this repository similar (data-wise) to https://github.com/facebook/react-native/commits/master, including at least:
- committer's avatar,
- committer's username,
- commitmessage and information about when the commit has been done
5. User should be able to go back and browse another repository
6. Display a Logout button on every page where the user is authenticated. The user should
not be able to go back to the auth screen with anything else than this button7. Bonus points for list pagination, but fetching only last N commits is also acceptable. If you
can't manage to implement pagination, but you have an idea - please provide a TODO
comment or write it down in the Readme
For navigation, use a solution of your choice. Please remember about error handling, for
example for API calls.## Library
- React Navigation
- Axios
- Redux
- Redux Thunk
- Redux Logger