Skip to content

vitormrts/github-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Finder

Project that uses the GitHub REST API to search for the desired user.

Search for the desired user and find information about their profile and repositories.

🎥 Demo

This project was deployed in Vercel. To see a demo, click here.

🚀 Technologies

  • ✔️ HTML
  • ✔️ CSS
  • ✔️ JavaScript
  • ✔️ GitHub REST API

ℹ️ How To Use

1. Getting Started

To modify (locally) this project, you will need Node and npm (it's comes installed with Node) or Yarn installed on your computer (Yarn was utilized in this project).

2. Creating a GitHub App

You will need to create a GitHub App.

Now, go to ENV.js file and fill the empty fields.

PS: client_id and client_secret are presents in your GitHub App. If you don't generated a client secret, make this.

3. Clonning And Running The Project

# Clone this repository
$ git clone https://github.com/vitormrts/github-finder

# Go to the repository cloned
$ cd github-finder

# Install npx
yarn add npx -g

# Run the app
npx http-server

Done! Now you can open this application.

🤝 Contributing

To contributing to this project, follow the steps bellow.

  1. Fork the Project;
  2. Create your Feature Branch (git checkout -b new-branch)
  3. Commit your Changes (git commit -m 'DESCRIPTION OF CHANGES')
  4. Push to the Branch (git push origin new-branch)
  5. Open a Pull Request

📝 License

This project is under the MIT license. See the LICENSE file for more details.


Made with ❤️ by Vitor Martins ✌

About

Project that uses the GitHub Rest API to search for the desired user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors