franciscojunior10 / github-explorer-mobile

:iphone: GitHub Explorer Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

GitHub Explorer Mobile

The best way to search for profiles on GitHub!

GitHub top language Made by Repository size GitHub last commit Repository issues GitHub Stargazers

About the project   |    Layout   |    Technologies   |    Getting started   |    How to contribute   |    License   |    Author

Gif

About the project πŸ“‚:

This website provides the user with a search for GitHub users.

Users can view the profile and repositories of a user he has researched.

Layout πŸ”–:

You can view the project layout in the format through this link. Remembering that you will need to have a Figma account.

Technologies πŸš€:

Technologies that I used to develop this WebSite

Getting started πŸ–₯️:

Clone the project and access the folder

$ https://github.com/franciscojunior10/github-explorer-mobile.git && cd github-explorer-mobile

Follow the steps below

# Install the dependencies
$ yarn

# In the first terminal excute
# To activate the device or emulator
$ adb devices

# Still in the first terminal excute
# To activate the React-Native environment
$ yarn start

# In the second terminal excute
# To install the App on the device or emulator
$ npx react-native run-android

How to contribute πŸ€”:

Make a fork of this repository

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.

$ gh repo fork franciscojunior10/github-explorer-mobile

Follow the steps below

# Clone your fork
$ git clone your-fork-url && cd github-explorer-mobile

# Create a branch with your feature
$ git checkout -b my-feature

# Make the commit with your changes
$ git commit -m 'feat: My new feature'

# Send the code to your remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch

License πŸ“:

This project is licensed under the MIT License - see the LICENSE file for details.


Author πŸ‘¨β€πŸ’»:

Made with ❀️ by franciscojunior10 meu πŸ‘‰ Linkedin

About

:iphone: GitHub Explorer Mobile

License:MIT License


Languages

Language:TypeScript 36.4%Language:Java 22.8%Language:Ruby 19.6%Language:Objective-C 15.9%Language:JavaScript 3.0%Language:Starlark 2.2%