- In order to improve my knowledge of jQuery, which I have been trying to learn recently, I tried to do the Github Finder project, which I had done with Vanilla Javascript, this time with jQuery.
- Build a Github Finder project using jQuery.
- You can search github users by their name and can see their repositories number, followers and Github profile links.
- If user didn't specified all sections, you'll get alerts .
You can see my project from here. 👈
- HTML
- CSS
- JS
- jQuery
- Ajax
jQuery-github-finder (folder)
|── README.md
SOLUTION
├── assets
│ └── images
│ └── github-logo.png
├── css
│ └── style.css
├── js
│ └── app.js
│
└── index.html
$ git clone https://github.com/esadakman/jQuery-github-finder.git
$ cd jQuery-github-finder
- Open the project with VS Code or other IDE's