franciscojunior10 / github-explorer

:computer: WebSite GitHub Explorer created in #GoStack12

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

WebSite GitHub Explorer:

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   |    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.

Technologies πŸš€:

Technologies that I used to develop this WebSite

Getting started πŸ–₯️:

Clone the project and access the folder

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

Follow the steps below

# Install the dependencies
$ yarn

# Start the client
$ yarn start

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

Follow the steps below

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

# 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

:computer: WebSite GitHub Explorer created in #GoStack12

License:MIT License


Languages

Language:TypeScript 95.1%Language:HTML 4.1%Language:JavaScript 0.8%