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.
This project was deployed in Vercel. To see a demo, click here.
- ✔️ HTML
- ✔️ CSS
- ✔️ JavaScript
- ✔️ GitHub REST API
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).
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.
# 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-serverDone! Now you can open this application.
To contributing to this project, follow the steps bellow.
- Fork the Project;
- Create your Feature Branch (
git checkout -b new-branch) - Commit your Changes (
git commit -m 'DESCRIPTION OF CHANGES') - Push to the Branch (
git push origin new-branch) - Open a Pull Request
This project is under the MIT license. See the LICENSE file for more details.
Made with ❤️ by Vitor Martins ✌
