mobile-coding-challenge
A react native app that lists the most starred Github repos that were created in the last 30 days. By fetching the sorted JSON data directly from the Github API.
Features
As a User I should be able to list the most starred Github repos that were created in the last 30 days. •
• As a User I should see the results as a list. One repository per row. • As a User I should be able to see for each repo/row the following details : ◦ Repository name ◦ Repository description ◦ Number of stars for the repo. ◦ Number of issues for the repo. ◦ Username and avatar of the owner.
Setting up the environment and Running the app
Install the latest version of the Expo CLI :
npm i -g expo-cli
Add web dependencies:
expo install react-native-web react-dom
To open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
expo start
Sometimes you may need to reset or clear the React Native packager’s cache. To do so, you can pass the –reset-cache
Demo
Designed And Developed By
Falhi Mohamed Reda